We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ffc8f commit 050223cCopy full SHA for 050223c
.github/workflows/main.yml
@@ -27,8 +27,7 @@ jobs:
27
- name: Publish Test Report
28
uses: mikepenz/action-junit-report@v3
29
with:
30
- report_paths: 'reports/junit-report.xml'
31
- - name: Detailed Report
+ report_paths: 'reports/junit-report.xml'
32
- uses: actions/upload-artifact@v4
33
if: ${{ !cancelled() }}
34
0 commit comments