Skip to content

Commit e0e0807

Browse files
murfffikenshaw
authored andcommitted
fix: upload test output even on failure
1 parent c3e8cde commit e0e0807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
ls -alh output.log
5353
- name: Archive output
5454
uses: actions/upload-artifact@v4
55+
if: always()
5556
with:
5657
name: output
5758
path: output.log

0 commit comments

Comments
 (0)