We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25743b3 commit af0de31Copy full SHA for af0de31
1 file changed
.github/workflows/playwright-tests.yml
@@ -32,9 +32,10 @@ jobs:
32
run: npx playwright install --with-deps
33
34
- name: 🧪 Run Playwright tests
35
- run: npx playwright test --workers=3
+ run: npx playwright test --workers=4
36
env:
37
CI: true
38
+ continue-on-error: true
39
40
- name: 📦 Prepare Pages folder
41
run: |
@@ -58,3 +59,4 @@ jobs:
58
59
echo "## ✅ Playwright Report" >> $GITHUB_STEP_SUMMARY
60
echo "" >> $GITHUB_STEP_SUMMARY
61
echo "👉 [View latest report]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pages)" >> $GITHUB_STEP_SUMMARY
62
+ echo "👉 [View latest report]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pages)" >> $GITHUB_STEP_SUMMARY
0 commit comments