There was an error while loading. Please reload this page.
1 parent f7c43a0 commit dd28726Copy full SHA for dd28726
.github/workflows/playwright.yml
@@ -46,7 +46,11 @@ jobs:
46
# Step to wait for the job to complete
47
- name: Wait for job completion
48
run: sleep 60s # Adjust the wait time as needed
49
+ # This step should always run, even if previous steps fail
50
+ if: always()
51
52
# Step to zip html-report folder
53
- name: Zip HTML report
- run: zip -r html-report.zip html-report
54
+ run: zip -r html-report.zip html-report
55
56
0 commit comments