devops: fix stress tests on Windows (#30655)

This commit is contained in:
Max Schmitt 2024-05-03 18:05:52 +00:00 committed by GitHub
parent d9d760705a
commit a45617b4b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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