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@c9b3d0e2bd2a4e96aaf424dbaa31c46b42318226 # v1.6.0 with: artifact: /e2e-test-reports-(.*)/ name: JEST Tests $1 # 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