mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +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
|
||||
if: always()
|
||||
with:
|
||||
name: Test Results (build)
|
||||
name: Test Results (build) - ${{ matrix.command}}-${{ matrix.timezone }}
|
||||
path: |
|
||||
**/build/reports/tests/test/**
|
||||
**/build/test-results/test/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user