Skip to content

Commit

Permalink
fix another test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev committed Oct 29, 2024
1 parent 6b24574 commit d6338ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Test Report
uses: scacap/action-surefire-report@v1
if: success() || failure()
uses: scacap/action-surefire-report@v1
if: success() || failure()

0 comments on commit d6338ff

Please sign in to comment.