Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mshick committed Mar 19, 2024
1 parent 728ea90 commit ed2de1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ jobs:
run: |
mv ./blob-reports/**/*.zip ./blob-reports
npx playwright merge-reports --reporter html ./blob-reports
mkdir -p ./playwright/$HTML_REPORT_URL_PATH
mv ./playwright-report/* ./playwright/$HTML_REPORT_URL_PATH
- name: Upload to S3
run: |
aws s3 sync ./playwright-report s3://$S3_BUCKET
aws s3 sync ./playwright s3://$S3_BUCKET
env:
S3_BUCKET: ${{ vars.PLAYWRIGHT_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.PLAYWRIGHT_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit ed2de1c

Please sign in to comment.