We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dce6dd commit 7c6a60aCopy full SHA for 7c6a60a
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
run: mvn test
23
24
- name: Upload test report
25
- if: failure()
+ if: always()
26
uses: actions/upload-artifact@v2
27
with:
28
name: Test_Report
0 commit comments