Skip to content

Commit

Permalink
fix: print to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Sep 17, 2023
1 parent 91a86b1 commit a2365b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
aws_bucket: ${{ secrets.BUCKET_NAME }}
source_dir: playwright-report
destination_dir: ${{ github.run_id }}/open-bus/playwright-report
- name: echo link to report
- name: output link to report to the summary
if: always()
run: echo "link to report - https://s3.amazonaws.com/noam-gaash.co.il/$GITHUB_RUN_ID/open-bus/playwright-report/index.html"
run: echo "link to report - https://s3.amazonaws.com/noam-gaash.co.il/$GITHUB_RUN_ID/open-bus/playwright-report/index.html" >> $GITHUB_STEP_SUMMARY

0 comments on commit a2365b9

Please sign in to comment.