Skip to content

Commit

Permalink
Improve ci artifact name generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-moth committed Jan 16, 2024
1 parent 0799c95 commit 81de8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
if: always()
with:
report_paths: 'junit-py*.xml'
check_name: "JUnit Test Report - Python ${{ matrix.python-version }}"
check_name: "JUnit Test Report - python ${{ matrix.python-version }}, ${{ matrix.experimental && 'latest' || 'pinned' }} dependencies"

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

0 comments on commit 81de8fc

Please sign in to comment.