Skip to content

Commit c857598

Browse files
committed
reduce wildcardiness of upload-artifact
There's a known issue with actions glob that keeps walking the tree directory tree even if the files are already excluded.
1 parent b6653ed commit c857598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
retention-days: 1
204204
path: |
205205
!node_modules
206-
**/.nyc_output/**
206+
packages/*/.nyc_output/**
207207
208208
browser-test:
209209
needs: compile

0 commit comments

Comments
 (0)