We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d27bca commit 4d6fe6cCopy full SHA for 4d6fe6c
1 file changed
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Upload report artifact
26
uses: actions/upload-artifact@v4
27
+ if: always()
28
with:
29
name: test-report
30
path: /tmp/rspec_report.json
0 commit comments