Skip to content

Commit

Permalink
Fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 committed Feb 20, 2024
1 parent 7514985 commit 32a7a16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
- name: 🏗️ Build wheel
run: python -Im flit build --format wheel

- name: 🧪 Run tox targets for Python ${{ matrix.python-version }}
- name: 🧪 Run tox targets for Python ${{ matrix.python }}
run: tox --installpkg ./dist/*.whl

- name: ⬆️ Upload coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-data
name: coverage-data-${{ matrix.python }}
path: .coverage.*
if-no-files-found: ignore
retention-days: 1
Expand All @@ -85,7 +85,8 @@ jobs:
- name: ⬇️ Download coverage data
uses: actions/download-artifact@v4
with:
name: coverage-data
pattern: coverage-data-*
merge-multiple: true

- name: + Combine coverage
run: |
Expand Down

0 comments on commit 32a7a16

Please sign in to comment.