Skip to content

Commit e0a611d

Browse files
authored
Reduce Playwright test workers from 4 to 3
1 parent abbcc51 commit e0a611d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 🎭 Install Playwright browsers
2828
run: npx playwright install --with-deps
2929
- name: 🧪 Run Playwright tests
30-
run: npx playwright test --workers=4
30+
run: npx playwright test --workers=3
3131
env:
3232
CI: true
3333
continue-on-error: true
@@ -51,4 +51,4 @@ jobs:
5151
echo "## ✅ Playwright Report" >> $GITHUB_STEP_SUMMARY
5252
echo "" >> $GITHUB_STEP_SUMMARY
5353
echo "👉 [View latest report]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pages)" >> $GITHUB_STEP_SUMMARY
54-
echo "👉 [View latest report]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pages)" >> $GITHUB_STEP_SUMMARY
54+
echo "👉 [View latest report]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pages)" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)