Skip to content

Commit

Permalink
Test new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-belellou committed Nov 20, 2024
1 parent 52750fb commit 41a45be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: mvn -B package --file pom.xml

- name: Test Report
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7
if: success() || failure() # run this step even if previous step failed
with:
name: JUnit Tests # Name of the check run which will be created
Expand Down

0 comments on commit 41a45be

Please sign in to comment.