We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ace27c commit ff5fe51Copy full SHA for ff5fe51
.github/workflows/metadata-ingestion.yml
@@ -85,7 +85,7 @@ jobs:
85
docker system df
86
- uses: actions/upload-artifact@v4
87
with:
88
- name: Test Results (metadata ingestion ${{ matrix.python-version }})
+ name: Test Results (metadata ingestion ${{ matrix.python-version }} ${{ matrix.command }})
89
path: |
90
**/build/reports/tests/test/**
91
**/build/test-results/test/**
@@ -99,7 +99,7 @@ jobs:
99
directory: ./build/coverage-reports/
100
fail_ci_if_error: false
101
flags: pytest-${{ matrix.command }}
102
- name: pytest-${{ matrix.command }}
+ name: pytest-${{ matrix.python-version }}-${{ matrix.command }}
103
verbose: true
104
105
event-file:
0 commit comments