Skip to content

Commit cf78da8

Browse files
committed
chore: add junit test report to github (#522)
1 parent 9d8fa41 commit cf78da8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-daemon.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ jobs:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4444
run: cd daemon && ./gradlew test sonarqube --info
45+
- name: Publish Test Report
46+
uses: mikepenz/action-junit-report@v3
47+
if: success() || failure()
48+
with:
49+
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)