Skip to content

Commit ca3da4b

Browse files
committed
ci: should generate code before test
1 parent 9a25292 commit ca3da4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Test & Build
3636
run: |
3737
pnpm build
38+
pnpm run test:code:gen
3839
pnpm test
3940
env:
4041
CI: true

0 commit comments

Comments
 (0)