Skip to content

Commit ec5a57f

Browse files
committed
ChangedGithubActions
1 parent 0ec86f0 commit ec5a57f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
run: npm run test:serial
4343
env:
4444
npm_config_ENV: "qa"
45-
45+
4646
# Step to zip the html-report folder
4747
- name: Zip HTML report
48-
run: zip -r html-report.zip html-report
48+
run: |
49+
cd ..
50+
zip -r html-report.zip html-report

0 commit comments

Comments
 (0)