Skip to content

Commit b5119da

Browse files
committed
GitHubActions
1 parent fc99af6 commit b5119da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ jobs:
7272
uses: actions/upload-artifact@v2
7373
with:
7474
name: html-report
75-
path: artifacts/html-report.zip
75+
path: html-report.zip
7676
# Specify the directory structure for the artifact
7777
if-no-files-found: error
7878
if: always()
7979

8080
- name: Generate artifact link
8181
id: artifact_link
8282
# Adjust the wait time as needed
83-
run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
83+
run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/"
8484
if: always()
8585

8686
# Send Slack notification once the tests are completed

0 commit comments

Comments
 (0)