Skip to content

Commit

Permalink
Fix E2E report link (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Dec 27, 2024
1 parent 1ba1c0e commit 5c0ce18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c0ce18

Please sign in to comment.