There was an error while loading. Please reload this page.
1 parent 4a55dd4 commit f7c43a0Copy full SHA for f7c43a0
.github/workflows/playwright.yml
@@ -44,9 +44,9 @@ jobs:
44
npm_config_ENV: "qa"
45
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
+ - name: Wait for job completion
+ run: sleep 60s # Adjust the wait time as needed
49
50
# Step to zip html-report folder
51
- - name: Zip HTML report
52
- run: zip -r html-report.zip html-report
+ - name: Zip HTML report
+ run: zip -r html-report.zip html-report
0 commit comments