Skip to content

Commit

Permalink
devops: fix stress tests on Windows (#30655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 3, 2024
1 parent d9d7607 commit a45617b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests_stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a45617b

Please sign in to comment.