Skip to content

Commit

Permalink
Report JUnit test results
Browse files Browse the repository at this point in the history
  • Loading branch information
REPLicated committed May 17, 2024
1 parent 687fa24 commit 7fa9c03
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: dependency-verification-report
path: build/reports/
name: Dependency Verification Report
path: build/reports/dependency-verification
- name: Report unit test results
uses: dorny/[email protected]
if: always()
with:
name: JUnit Tests
path: build/reports/tests/**
reporter: java-junit
fail-on-error: true

0 comments on commit 7fa9c03

Please sign in to comment.