Skip to content

Commit af0de31

Browse files
author
Anass Rach
committed
Update playwright-tests.yml!
1 parent 25743b3 commit af0de31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/playwright-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
run: npx playwright install --with-deps
3333

3434
- name: 🧪 Run Playwright tests
35-
run: npx playwright test --workers=3
35+
run: npx playwright test --workers=4
3636
env:
3737
CI: true
38+
continue-on-error: true
3839

3940
- name: 📦 Prepare Pages folder
4041
run: |
@@ -58,3 +59,4 @@ jobs:
5859
echo "## ✅ Playwright Report" >> $GITHUB_STEP_SUMMARY
5960
echo "" >> $GITHUB_STEP_SUMMARY
6061
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

Comments
 (0)