Skip to content

Test Report: Commit 645f98ac879b8ca5d50e3d2ab52001b108e69f3c #2

Test Report: Commit 645f98ac879b8ca5d50e3d2ab52001b108e69f3c

Test Report: Commit 645f98ac879b8ca5d50e3d2ab52001b108e69f3c #2

Workflow file for this run

name: 'Test Report'
run-name: 'Test Report: Commit ${{ github.sha }}'
on:
workflow_run:
workflows: ['CI']
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
web-page-report:
name: Web Page Report
runs-on: ubuntu-22.04
steps:
- uses: dorny/test-reporter@v1
id: test-results
with:
artifact: test-results
name: Mocha Tests
path: test-report.json
reporter: mocha-json
- name: Test Report Summary
run: |
echo "### Test Report page is ready! :rocket:" >> $GITHUB_STEP_SUMMARY
echo "And available at the following [Link](${{ steps.test-results.outputs.url_html }})" >> $GITHUB_STEP_SUMMARY