Skip to content

Commit

Permalink
run unit tests on all runs
Browse files Browse the repository at this point in the history
  • Loading branch information
SylivanKenobi committed Nov 21, 2024
1 parent eb1ea64 commit 4f8af37
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 4f8af37

Please sign in to comment.