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

# Step to check the existence of html-report directory
- name: Check HTML report directory
run: ls html-report

# Step to zip the html-report folder
- name: Zip HTML report
run: |
Expand Down

0 comments on commit 0e20302

Please sign in to comment.