Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini authored Sep 11, 2024
1 parent 4a2160c commit 9a212dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
if: success()
uses: actions/upload-artifact@v4
with:
name: coverage_${{ matrix.python-version }}
path: coverage_${{ matrix.backend }}
name: coverage_${{ matrix.python-version }}.xml
path: coverage_${{ matrix.backend }}.xml

get-commit-message:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9a212dd

Please sign in to comment.