Skip to content

Commit 9d50e75

Browse files
committed
fix ci tests
1 parent 8f6fd6a commit 9d50e75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- uses: actions/upload-artifact@v4
3434
with:
3535
name: 'build'
36-
path: 'packages/*/dist/'
36+
path: |
37+
packages/*/dist/
38+
packages/*/src/generated/
3739
3840
test:
3941
needs: ['build']

0 commit comments

Comments
 (0)