Skip to content

Commit 7c6a60a

Browse files
committed
Always upload test report
1 parent 8dce6dd commit 7c6a60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: mvn test
2323

2424
- name: Upload test report
25-
if: failure()
25+
if: always()
2626
uses: actions/upload-artifact@v2
2727
with:
2828
name: Test_Report

0 commit comments

Comments
 (0)