Skip to content

Commit

Permalink
nop
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohegyi committed Feb 11, 2024
1 parent 627b766 commit fc9c52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ 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:
report_paths: '**/build/test-results/test/TEST-*.xml'

0 comments on commit fc9c52c

Please sign in to comment.