Skip to content

IT Tests report

IT Tests report #32

Workflow file for this run

name: IT Tests report
on:
workflow_run:
workflows: ['Main CI']
types:
- completed
jobs:
publish-report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
artifact: /it-reports(.*)/
name: IT Tests report$1
path: '**/*.xml'
reporter: jest-junit