Skip to content

Commit f7c43a0

Browse files
committed
ChangedGithubActions
1 parent 4a55dd4 commit f7c43a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
npm_config_ENV: "qa"
4545

4646
# Step to wait for the job to complete
47-
- name: Wait for job completion
48-
run: sleep 60s # Adjust the wait time as needed
47+
- name: Wait for job completion
48+
run: sleep 60s # Adjust the wait time as needed
4949

5050
# Step to zip html-report folder
51-
- name: Zip HTML report
52-
run: zip -r html-report.zip html-report
51+
- name: Zip HTML report
52+
run: zip -r html-report.zip html-report

0 commit comments

Comments
 (0)