From b5119da1355bc5b41708f14236463ee9327bf701 Mon Sep 17 00:00:00 2001 From: akshayp7 Date: Sun, 25 Feb 2024 17:59:56 +0530 Subject: [PATCH] GitHubActions --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index e8b4c50..99f0c2e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -72,7 +72,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: html-report - path: artifacts/html-report.zip + path: html-report.zip # Specify the directory structure for the artifact if-no-files-found: error if: always() @@ -80,7 +80,7 @@ jobs: - name: Generate artifact link id: artifact_link # Adjust the wait time as needed - run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts" + run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/" if: always() # Send Slack notification once the tests are completed