ingress-nginx-helm/.github/workflows/junit-reports.yaml
2022-12-06 19:24:37 -08:00

16 lines
525 B
YAML

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