Skip to content

Commit

Permalink
Add test reports to Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolberg authored Sep 7, 2023
1 parent d55cd65 commit c3ab04e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ jobs:
java-version: 17
- name: Build
run: ./gradlew check testCodeCoverageReport --stacktrace --no-daemon
- name: Test Report
uses: phoenix-actions/test-reporting@v8
if: success() || failure()
with:
name: JUnit
path: "**/build/test-results/**/TEST-*.xml"
reporter: java-junit

0 comments on commit c3ab04e

Please sign in to comment.