We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb43635 commit 7530c3dCopy full SHA for 7530c3d
.github/workflows/lintBuildTest.yml
@@ -96,7 +96,7 @@ jobs:
96
if: steps.playwright-cache.outputs.cache-hit == 'true'
97
run: npx playwright install-deps
98
- name: Run Playwright browser tests
99
- run: npx playwright test --workers=2 --project=${{matrix.browser}}
+ run: npx playwright test --project=${{matrix.browser}}
100
- uses: actions/upload-artifact@v3
101
if: always()
102
with:
0 commit comments