Skip to content

Commit c0f4028

Browse files
committed
fix ci tests
1 parent 9d13a0e commit c0f4028

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/node.js.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030

3131
- run: pnpm run build-all
3232

33+
- uses: actions/upload-artifact@v4
34+
with:
35+
name: 'generated'
36+
path: 'packages/*/src/generated/'
37+
3338
- uses: actions/upload-artifact@v4
3439
with:
3540
name: 'build'
@@ -60,6 +65,12 @@ jobs:
6065
name: 'build'
6166
path: 'packages'
6267

68+
- uses: actions/download-artifact@v4
69+
id: generated
70+
with:
71+
name: 'generated'
72+
path: 'packages'
73+
6374
- run: pnpm test
6475

6576
lint:

0 commit comments

Comments
 (0)