mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-22 16:02:13 +01:00
test-reporter release v3.0.0
This commit is contained in:
parent
79216dc71a
commit
a43b3a5f73
4 changed files with 9 additions and 6 deletions
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
- run: npm test # run tests (configured to use jest-junit reporter)
|
||||
|
||||
- name: Test Report
|
||||
uses: dorny/test-reporter@v2
|
||||
uses: dorny/test-reporter@v3
|
||||
if: ${{ !cancelled() }} # run this step even if previous step failed
|
||||
with:
|
||||
name: JEST Tests # Name of the check run which will be created
|
||||
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
report:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dorny/test-reporter@v2
|
||||
- uses: dorny/test-reporter@v3
|
||||
with:
|
||||
artifact: test-results # artifact name
|
||||
name: JEST Tests # Name of the check run which will be created
|
||||
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
## Usage
|
||||
|
||||
```yaml
|
||||
- uses: dorny/test-reporter@v2
|
||||
- uses: dorny/test-reporter@v3
|
||||
with:
|
||||
|
||||
# Name or regex of artifact containing test results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue