From 5c0ce18b3b77d501e5609c96a11d2788b6b2481d Mon Sep 17 00:00:00 2001 From: Georgy Malkov Date: Fri, 27 Dec 2024 18:22:44 +0300 Subject: [PATCH] Fix E2E report link (#1990) --- .github/workflows/e2e_tests_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_tests_report.yml b/.github/workflows/e2e_tests_report.yml index 484e557a2a..555edb91f2 100644 --- a/.github/workflows/e2e_tests_report.yml +++ b/.github/workflows/e2e_tests_report.yml @@ -42,7 +42,7 @@ jobs: destination_dir: ${{ env.HTML_REPORT_URL_PATH }}/report - name: Output Report URL as Worfklow Annotation run: | - FULL_HTML_REPORT_URL=${{ vars.E2E_REPORT_S3_ENDPOINT }}/${{ vars.E2E_REPORT_S3_BUCKET }}/${{ env.HTML_REPORT_URL_PATH }}/report + FULL_HTML_REPORT_URL=https://${{ vars.E2E_REPORT_S3_BUCKET }}.${{ vars.E2E_REPORT_HTML_ENDPOINT }}/${{ env.HTML_REPORT_URL_PATH }}/report echo "FULL_HTML_REPORT_URL=${FULL_HTML_REPORT_URL}" >> "$GITHUB_ENV" echo "::notice title=📋 Published Playwright Test Report::$FULL_HTML_REPORT_URL" - name: Create Comment