From e021f57673ebfaeb6b46e8ec7a17e3ae19b96602 Mon Sep 17 00:00:00 2001 From: akshayp7 Date: Sat, 24 Feb 2024 17:13:07 +0530 Subject: [PATCH] ChangedGithubActions --- .github/workflows/playwright.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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