Skip to content

Commit

Permalink
Test reporting added to maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevison authored Oct 2, 2024
1 parent de9d046 commit 4e3476d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Test
run: mvn test
run: mvn test --batch-mode --fail-at-end
- name: Publish Test Report
if: success() || failure()
uses: scacap/action-surefire-report@v1

0 comments on commit 4e3476d

Please sign in to comment.