mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Add 'conclusion' output parameter
This commit is contained in:
parent
651a2e1bf1
commit
1ee2707b1a
5 changed files with 25 additions and 11 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,5 +26,5 @@ jobs:
|
|||
name: 'JEST Tests'
|
||||
path: '__tests__/__results__/jest-junit.xml'
|
||||
reporter: 'jest-junit'
|
||||
- name: 'Sanity check' # re-run tests in case this action failed to detected failing test
|
||||
- name: 'Sanity check' # re-run tests in case this action failed to detect failing test
|
||||
run: npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue