Skip to content

Commit

Permalink
Merge pull request #64 from puzzle/feature/unit-tests
Browse files Browse the repository at this point in the history
add unittest report
  • Loading branch information
SylivanKenobi authored Nov 22, 2024
2 parents eb1ea64 + 4f8af37 commit 95ce384
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build
- name: Unittest Report
uses: dorny/[email protected]
with:
name: unit-tests
path: target/test-results/test/*.xml
reporter: java-junit
fail-on-empty: 'true'
fail-on-error: 'true'

0 comments on commit 95ce384

Please sign in to comment.