Skip to content

Commit

Permalink
wrong spot
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here committed Sep 9, 2024
1 parent 9dfb797 commit 5d19083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
- name: artifact mac test
uses: actions/upload-artifact@v4
if: always()
include-hidden-files: true
with:
name: macos-12-coverage
include-hidden-files: true
path: |
.coverage
.coverage.*
Expand Down Expand Up @@ -126,9 +126,9 @@ jobs:
- name: artifact windows test
uses: actions/upload-artifact@v4
if: always()
include-hidden-files: true
with:
name: win-coverage
include-hidden-files: true
path: |
.coverage
.coverage.*
Expand Down Expand Up @@ -221,9 +221,9 @@ jobs:
- name: artifact linux test
uses: actions/upload-artifact@v4
if: always()
include-hidden-files: true
with:
name: linux-coverage-${{ matrix.python }}
include-hidden-files: true
path: |
.coverage
.coverage.*
Expand Down

0 comments on commit 5d19083

Please sign in to comment.