We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc99af6 commit b5119daCopy full SHA for b5119da
.github/workflows/playwright.yml
@@ -72,15 +72,15 @@ jobs:
72
uses: actions/upload-artifact@v2
73
with:
74
name: html-report
75
- path: artifacts/html-report.zip
+ path: html-report.zip
76
# Specify the directory structure for the artifact
77
if-no-files-found: error
78
if: always()
79
80
- name: Generate artifact link
81
id: artifact_link
82
# 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"
+ run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/"
84
85
86
# Send Slack notification once the tests are completed
0 commit comments