Add 'conclusion' output parameter

This commit is contained in:
Michal Dorner 2020-11-18 21:38:20 +01:00
parent 651a2e1bf1
commit 1ee2707b1a
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
5 changed files with 25 additions and 11 deletions

View file

@ -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