chore(deps): bump dorny/test-reporter from 1 to 2 (#3575)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
This commit is contained in:
parent
d787f1b3de
commit
5a50958f28
|
@ -92,7 +92,7 @@ jobs:
|
||||||
|
|
||||||
- name: Publish Test Report (for non-forks)
|
- name: Publish Test Report (for non-forks)
|
||||||
if: always() && (github.event.pull_request.head.repo.full_name == github.repository)
|
if: always() && (github.event.pull_request.head.repo.full_name == github.repository)
|
||||||
uses: dorny/test-reporter@v1
|
uses: dorny/test-reporter@v2
|
||||||
with:
|
with:
|
||||||
name: Test Results (Node ${{ matrix.node-version }})
|
name: Test Results (Node ${{ matrix.node-version }})
|
||||||
path: packages/*/junit.xml
|
path: packages/*/junit.xml
|
||||||
|
|
Loading…
Reference in New Issue