Skip to content

Commit

Permalink
nop2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohegyi committed Feb 11, 2024
1 parent fc9c52c commit 8c55e5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
chmod +x gradlew
java -version
./gradlew build release sonar -PbuildNumber=SNAPSHOT
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
with:
report_paths: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 8c55e5a

Please sign in to comment.