Skip to content

Commit 9a72b6f

Browse files
committed
Update deps for gh workflow for test report summary
1 parent afca828 commit 9a72b6f

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/test-report.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)