diff --git a/.github/workflows/tests_stress.yml b/.github/workflows/tests_stress.yml index 27aed49d6c..eb0517bd8c 100644 --- a/.github/workflows/tests_stress.yml +++ b/.github/workflows/tests_stress.yml @@ -34,7 +34,6 @@ jobs: - run: npm ci - run: npm run build - run: npx playwright install --with-deps - if: matrix.os != 'windows-latest' - run: npm run stest contexts -- --project=chromium if: ${{ !cancelled() }} - run: npm run stest browsers -- --project=chromium