Skip to content

Commit b7830c6

Browse files
committed
Added if: always() to run it even if the tests fail
1 parent 8e80190 commit b7830c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ jobs:
7171

7272
- name: Publish unit test results
7373
uses: EnricoMi/[email protected]
74+
if: always()
7475
with:
7576
files: target/**/TEST**.xml

0 commit comments

Comments
 (0)