Skip to content

Commit

Permalink
ChangedGithubActions
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 24, 2024
1 parent 4a55dd4 commit f7c43a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
npm_config_ENV: "qa"

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

# Step to zip html-report folder
- name: Zip HTML report
run: zip -r html-report.zip html-report
- name: Zip HTML report
run: zip -r html-report.zip html-report

0 comments on commit f7c43a0

Please sign in to comment.