Skip to content

Commit

Permalink
CI/CD tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Jun 3, 2024
1 parent a880041 commit a23672d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ jobs:
nox --python=${{ matrix.python }}
- name: Upload coverage data
if: always() && matrix.session == 'tests'
if: always() && matrix.session == 'tests' && matrix.python == '3.10'
uses: "actions/upload-artifact@v4"
with:
name: coverage-data-v4
name: coverage-data
path: ".coverage.*"

- name: Upload documentation
if: matrix.session == 'docs-build'
uses: actions/upload-artifact@v4
with:
name: docs-v4
name: docs
path: docs/_build

coverage:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Download coverage data
uses: actions/download-artifact@v4
with:
name: coverage-data-v4
name: coverage-data

- name: Combine coverage data and display human readable report
run: |
Expand Down

0 comments on commit a23672d

Please sign in to comment.