Skip to content

Commit

Permalink
fix: upload test output even on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
murfffi committed Dec 2, 2024
1 parent c3e8cde commit 07b0e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
ls -alh output.log
- name: Archive output
uses: actions/upload-artifact@v4
if: always()
with:
name: output
path: output.log
Expand Down

0 comments on commit 07b0e40

Please sign in to comment.