File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,22 +18,19 @@ jobs:
1818 runs-on : ubuntu-22.04
1919 steps :
2020 - name : Download test results
21- uses : actions/download-artifact@v4
21+ uses : actions/download-artifact@v8.0.0
2222 with :
2323 run-id : ${{ github.event.workflow_run.id }}
2424 github-token : ${{ secrets.GITHUB_TOKEN }}
2525 name : test-results
2626 path : test-results
27- - uses : dorny/test-reporter@v1.8 .0
27+ - uses : dorny/test-reporter@v3.0 .0
2828 id : test-results
2929 with :
3030 name : Mocha Tests
3131 path : test-results/test-report.json
3232 reporter : mocha-json
33+ collapsed : never
3334 # Workaround for error 'fatal: not a git repository' caused by a call to 'git ls-files'
3435 # See: https://github.com/dorny/test-reporter/issues/169#issuecomment-1583560458
3536 max-annotations : 0
36- - name : Test Report Summary
37- run : |
38- echo "### Test Report page is ready! :rocket:" >> $GITHUB_STEP_SUMMARY
39- echo "And available at the following [Link](${{ steps.test-results.outputs.url_html }})" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments