Skip to content

Commit

Permalink
fix: add if statement to example (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Dec 11, 2024
1 parent 69a7b27 commit 6e24595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ GitHub Action submit test reporting data to the framework.
```yml
- name: Upload test report
uses: Brightspace/test-reporting-action@main
if: failure() || success()
with:
aws-access-key-id: ${{secrets.AWS_ACCESS_KEY_ID}}
aws-secret-access-key: ${{secrets.AWS_SECRET_ACCESS_KEY}}
Expand Down

0 comments on commit 6e24595

Please sign in to comment.