mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
ci: unique name for upload-artifact (#9113)
This commit is contained in:
parent
25d169fe8f
commit
a9721c4735
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v5
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
with:
|
with:
|
||||||
name: playwright-report
|
name: playwright-report-${{ matrix.os }}-node-${{ matrix.node_version }}
|
||||||
path: test/ui/test-results/
|
path: test/ui/test-results/
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user