Skip to content

Commit 9471e56

Browse files
committed
Add always
1 parent c09c968 commit 9471e56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/unity-meta-check-pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ jobs:
4141
with:
4242
name: junit-test-report
4343
path: junit.xml
44+
if: always()

.github/workflows/unity-meta-check-push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
name: junit-test-report
3636
path: junit.xml
37+
if: always()
3738

3839
- uses: mikepenz/action-junit-report@v3
3940
with:

0 commit comments

Comments
 (0)