Skip to content

Commit

Permalink
Update README - shorten comment in usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner authored and GitHub committed Feb 1, 2021
1 parent 7a92afc commit 4d6460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d6460d

Please sign in to comment.