Skip to content

Commit ea48d3b

Browse files
authored
Add report_paths
1 parent 651ea4e commit ea48d3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151

5252
- name: JUnit Report Action
5353
uses: mikepenz/[email protected]
54+
if: success() || failure() # always run even if the previous step fails
55+
with:
56+
report_paths: '**/build/test-results/test/TEST-*.xml'
5457

5558

5659
dependency-submission:

0 commit comments

Comments
 (0)