devops: fix stress tests on Windows (#30655)
This commit is contained in:
parent
d9d760705a
commit
a45617b4b5
1
.github/workflows/tests_stress.yml
vendored
1
.github/workflows/tests_stress.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue