Skip to content

Commit e214784

Browse files
committed
Revert mistake commit "curious what it does when we don't say anything"
7530c3d
1 parent 7530c3d commit e214784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lintBuildTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: steps.playwright-cache.outputs.cache-hit == 'true'
9797
run: npx playwright install-deps
9898
- name: Run Playwright browser tests
99-
run: npx playwright test --project=${{matrix.browser}}
99+
run: npx playwright test --workers=2 --project=${{matrix.browser}}
100100
- uses: actions/upload-artifact@v3
101101
if: always()
102102
with:

0 commit comments

Comments
 (0)