mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user