Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc committed Jan 15, 2024
1 parent 5a4a9d2 commit 789def0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/component-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Uplaod Report to S3
run: |
aws s3 cp ./test_reports/ s3://test-integrations-dev/integrations-test-reports/${{ github.event.number }}/
aws s3 cp ./test_reports/ s3://test-integrations-dev/integrations-test-reports/${{ github.event.number }}/ --recursive --acl public-read
- name: Comment on PR with S3 Object URL
Expand Down

0 comments on commit 789def0

Please sign in to comment.