Update README - shorten comment in usage example

This commit is contained in:
Michal Dorner 2021-02-01 16:21:22 +01:00 committed by GitHub
parent 7a92afc6e2
commit 4d6460d4ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
- name: 'Test Report'
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed, but skip it when job is cancelled
if: success() || failure() # run this step even if previous step failed
with:
name: 'JEST Tests' # Name of the check run which will be created
path: 'reports/jest-*.xml' # Path to test report