Skip to content

Commit 4d6fe6c

Browse files
committed
ci/test: always upload report artifact
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 4d27bca commit 4d6fe6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
- name: Upload report artifact
2626
uses: actions/upload-artifact@v4
27+
if: always()
2728
with:
2829
name: test-report
2930
path: /tmp/rspec_report.json

0 commit comments

Comments
 (0)