We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cdd48 commit e8e0920Copy full SHA for e8e0920
.github/workflows/test.yml
@@ -89,7 +89,7 @@ jobs:
89
path: '**/build/reports/tests/test'
90
91
- name: Annotate Failed Tests
92
- uses: mikepenz/action-junit-report@v6
+ uses: mikepenz/action-junit-report@v6.0.0
93
if: ${{ !cancelled() }}
94
with:
95
report_paths: '**/build/test-results/test/TEST-*.xml'
0 commit comments