Skip to content

Commit ff5fe51

Browse files
committed
tweak upload
1 parent 8ace27c commit ff5fe51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/metadata-ingestion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
docker system df
8686
- uses: actions/upload-artifact@v4
8787
with:
88-
name: Test Results (metadata ingestion ${{ matrix.python-version }})
88+
name: Test Results (metadata ingestion ${{ matrix.python-version }} ${{ matrix.command }})
8989
path: |
9090
**/build/reports/tests/test/**
9191
**/build/test-results/test/**
@@ -99,7 +99,7 @@ jobs:
9999
directory: ./build/coverage-reports/
100100
fail_ci_if_error: false
101101
flags: pytest-${{ matrix.command }}
102-
name: pytest-${{ matrix.command }}
102+
name: pytest-${{ matrix.python-version }}-${{ matrix.command }}
103103
verbose: true
104104

105105
event-file:

0 commit comments

Comments
 (0)