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 0ec86f0 commit ec5a57f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
run: npm run test:serial
env:
npm_config_ENV: "qa"

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

0 comments on commit ec5a57f

Please sign in to comment.