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 7cca4d0 commit 907a606Copy full SHA for 907a606
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: TypeScript Test
31
run: npm run test:coverage --ci
32
- name: Annotate Client Test Results
33
- uses: mikepenz/action-junit-report@v5.6.2
+ uses: mikepenz/action-junit-report@v6.0.1
34
if: always()
35
with:
36
report_paths: 'junit.xml'
0 commit comments