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 0e20302 commit e021f57
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,4 @@ jobs:

# 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: |
cd ..
zip -r html-report.zip html-report
run: ls html-report

0 comments on commit e021f57

Please sign in to comment.