Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
added failure condition to the unit test ouptut step
Browse files Browse the repository at this point in the history
Signed-off-by: Savvas Kyriacou <[email protected]>
  • Loading branch information
KirbyKatcher committed Aug 21, 2024
1 parent 0bf4ddf commit f48d64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
--info
- name: Upload test output as artifact
if: failure()
uses: actions/upload-artifact@v3
with:
name: unit-tests
Expand Down

0 comments on commit f48d64b

Please sign in to comment.