Skip to content

Commit af1e3cd

Browse files
authored
*: kurtosis report link (#4457)
1 parent 85e6b95 commit af1e3cd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/kurtosis-smoke-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
echo "alerts_exit_code=$EXIT_CODE" >> "$GITHUB_OUTPUT"
155155
156156
- name: Upload report
157+
id: upload_report
157158
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
158159
if: always()
159160
with:
@@ -183,7 +184,7 @@ jobs:
183184
*Branch:* `${{ inputs.branch || 'main' }}`
184185
*Instance type:* `${{ inputs.instance_type || 'c6a.4xlarge' }}`
185186
*Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run>
186-
*Report:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts|Download report>
187+
*Report:* <${{ steps.upload_report.outputs.artifact-url }}|Download report>
187188
SLACK_USERNAME: GitHub Actions
188189
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
189190

@@ -199,6 +200,6 @@ jobs:
199200
*Branch:* `${{ inputs.branch || 'main' }}`
200201
*Instance type:* `${{ inputs.instance_type || 'c6a.4xlarge' }}`
201202
*Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run>
202-
*Report:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts|Download report>
203+
*Report:* <${{ steps.upload_report.outputs.artifact-url }}|Download report>
203204
SLACK_USERNAME: GitHub Actions
204205
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png

0 commit comments

Comments
 (0)