From 4d6460d4ef0d60a95a77621db1d5e20f9696e9cf Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 1 Feb 2021 16:21:22 +0100 Subject: [PATCH] Update README - shorten comment in usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c931d6..41625fc 100644 --- a/README.md +++ b/README.md @@ -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