Skip to content

Commit

Permalink
fix: complaint trace link
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Oct 6, 2023
1 parent 7fdcb0b commit 4467245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/complaint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
destination_dir: ${{ github.run_id }}/open-bus/complaint
- name: output link to report to the trace
if: always() && steps.s3-trace.outcome == 'success'
run: echo "link to trace - https://s3.amazonaws.com/noam-gaash.co.il/$GITHUB_RUN_ID/open-bus/complaint/index.html" >> $GITHUB_STEP_SUMMARY
run: echo "link to trace - https://trace.playwright.dev/?trace=https://s3.amazonaws.com/noam-gaash.co.il/${{ github.run_id }}/open-bus/complaint/index.html" >> $GITHUB_STEP_SUMMARY

0 comments on commit 4467245

Please sign in to comment.