Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Test Report

Test Report #575

Workflow file for this run

name: "Test Report"
on:
workflow_run:
workflows: ["CI"] # runs after CI workflow
types:
- completed
jobs:
report:
permissions:
id-token: write
contents: read
checks: write
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
artifact: test-results # artifact name
name: JEST Tests # Name of the check run which will be created
path: "*.xml" # Path to test results (inside artifact .zip)
reporter: jest-junit # Format of test results