mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-12 01:11:41 +00:00
fix(ci): make upload-artifact name unique (#12312)
This commit is contained in:
parent
6dbabb2161
commit
3b827f356a
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: Test Results (build)
|
name: Test Results (build) - ${{ matrix.command}}-${{ matrix.timezone }}
|
||||||
path: |
|
path: |
|
||||||
**/build/reports/tests/test/**
|
**/build/reports/tests/test/**
|
||||||
**/build/test-results/test/**
|
**/build/test-results/test/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user