From f7c43a0652e8e4d183d198d1a86ad318cf9c5f87 Mon Sep 17 00:00:00 2001 From: akshayp7 Date: Sat, 24 Feb 2024 17:31:10 +0530 Subject: [PATCH] ChangedGithubActions --- .github/workflows/playwright.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 17bc23b..6268394 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -44,9 +44,9 @@ jobs: npm_config_ENV: "qa" # Step to wait for the job to complete - - name: Wait for job completion - run: sleep 60s # Adjust the wait time as needed + - name: Wait for job completion + run: sleep 60s # Adjust the wait time as needed # Step to zip html-report folder - - name: Zip HTML report - run: zip -r html-report.zip html-report \ No newline at end of file + - name: Zip HTML report + run: zip -r html-report.zip html-report \ No newline at end of file