Skip to content

Commit 9dfb797

Browse files
committed
github loves breaking things
1 parent 0e33c97 commit 9dfb797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: artifact mac test
6767
uses: actions/upload-artifact@v4
6868
if: always()
69+
include-hidden-files: true
6970
with:
7071
name: macos-12-coverage
7172
path: |
@@ -125,6 +126,7 @@ jobs:
125126
- name: artifact windows test
126127
uses: actions/upload-artifact@v4
127128
if: always()
129+
include-hidden-files: true
128130
with:
129131
name: win-coverage
130132
path: |
@@ -219,6 +221,7 @@ jobs:
219221
- name: artifact linux test
220222
uses: actions/upload-artifact@v4
221223
if: always()
224+
include-hidden-files: true
222225
with:
223226
name: linux-coverage-${{ matrix.python }}
224227
path: |

0 commit comments

Comments
 (0)