Skip to content

Commit

Permalink
test: add reports uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Sep 17, 2023
1 parent d7cb164 commit 91a86b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30
- uses: shallwefootball/s3-upload-action@master
name: Upload report to S3
if: always()
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: ${{ secrets.BUCKET_NAME }}
source_dir: playwright-report
destination_dir: ${{ github.run_id }}/open-bus/playwright-report
- name: echo link to report
if: always()
run: echo "link to report - https://s3.amazonaws.com/noam-gaash.co.il/$GITHUB_RUN_ID/open-bus/playwright-report/index.html"

0 comments on commit 91a86b1

Please sign in to comment.