We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad92549 + 0fac71f commit 74dd583Copy full SHA for 74dd583
1 file changed
.github/workflows/build.yml
@@ -58,13 +58,3 @@ jobs:
58
path: |
59
**/target/rat.txt
60
**/target/surefire-reports/*
61
- - name: Surefire Report
62
- # Pinned 3.5.2 version
63
- uses: mikepenz/action-junit-report@16a9560bd02f11e7e3bf6b3e2ef6bba6c9d07c32
64
- if: always()
65
- with:
66
- report_paths: '**/target/surefire-reports/TEST-*.xml'
67
- github_token: ${{ secrets.GITHUB_TOKEN }}
68
- detailed_summary: true
69
- commit: ${{ github.event.workflow_run.head_sha }}
70
- check_name: Test Report
0 commit comments