Skip to content

Commit b8bbf1d

Browse files
committed
Fix link in action output
1 parent 4ffccf2 commit b8bbf1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
LOCAL_FOLDER="playwright-report"
5959
6060
REPORT_URL="$BUCKET_PUBLIC_ENDPOINT/$S3_FOLDER"
61-
echo "URL: $REPORT_URL"
62-
echo "::notice::Playwright report: $REPORT_URL"
61+
echo "::notice::Playwright report: $REPORT_URL/index.html"
6362
echo "REPORT_URL=$REPORT_URL" >> "$GITHUB_OUTPUT"
6463
6564
# Add PR number to title in index.html

0 commit comments

Comments
 (0)