diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0a2c06f..9e37db9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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 \ No newline at end of file + run: ls html-report \ No newline at end of file