Skip to content

Commit ee1b5e6

Browse files
committed
chore: wip
1 parent 82900f6 commit ee1b5e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
- name: Install Dependencies
8181
run: bun install
8282

83+
- name: Build
84+
run: bun run build
85+
86+
- name: Compile
87+
run: bun run compile
88+
8389
- name: Unit Test
8490
run: bun test
8591

0 commit comments

Comments
 (0)