Skip to content

Commit 7fa9c03

Browse files
committed
Report JUnit test results
1 parent 687fa24 commit 7fa9c03

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: .github/workflows/build.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,13 @@ jobs:
2222
if: failure()
2323
uses: actions/upload-artifact@v4
2424
with:
25-
name: dependency-verification-report
26-
path: build/reports/
25+
name: Dependency Verification Report
26+
path: build/reports/dependency-verification
27+
- name: Report unit test results
28+
uses: dorny/[email protected]
29+
if: always()
30+
with:
31+
name: JUnit Tests
32+
path: build/reports/tests/**
33+
reporter: java-junit
34+
fail-on-error: true

0 commit comments

Comments
 (0)