test-reporter release v2.0.0

This commit is contained in:
Jozef Izso 2025-03-12 14:05:19 +01:00
parent 5c0d9a463a
commit 3bd727259a
4 changed files with 18 additions and 6 deletions

View file

@ -48,7 +48,7 @@ jobs:
- run: npm test # run tests (configured to use jest-junit reporter)
- name: Test Report
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v2
if: success() || failure() # run this step even if previous step failed
with:
name: JEST Tests # Name of the check run which will be created
@ -99,7 +99,7 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
- uses: dorny/test-reporter@v2
with:
artifact: test-results # artifact name
name: JEST Tests # Name of the check run which will be created
@ -110,7 +110,7 @@ jobs:
## Usage
```yaml
- uses: dorny/test-reporter@v1
- uses: dorny/test-reporter@v2
with:
# Name or regex of artifact containing test results