Skip to content

Commit 0c508e1

Browse files
committed
Improve ci artifact name generation
1 parent 7914a22 commit 0c508e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595
if: always()
9696
with:
9797
report_paths: 'junit-py*.xml'
98-
check_name: "JUnit Test Report - Python ${{ matrix.python-version }}"
98+
check_name: "JUnit Test Report - python ${{ matrix.python-version }}, ${{ matrix.experimental && 'latest' || 'pinned' }} dependencies"
9999

100100
- name: MPL image comparison report
101101
uses: actions/upload-artifact@v3
102102
if: ${{ failure() }}
103103
with:
104-
name: "MPL image comparison report - Python ${{ matrix.python-version }}"
104+
name: "MPL image comparison report - python ${{ matrix.python-version }}, ${{ matrix.experimental && 'latest' || 'pinned' }} dependencies"
105105
path: './mpl-results'
106106
# No guarantee that the test failures were due to image comparisons
107107
if-no-files-found: 'ignore'

0 commit comments

Comments
 (0)