Skip to content

Commit c1a85d1

Browse files
Update ci.yml
1 parent 1d2b7b8 commit c1a85d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525

2626
- name: Install packages
2727
run: bun install
28+
29+
- name: Build code
30+
run: bun run build
2831

2932
- name: Test
3033
run: bun run test

0 commit comments

Comments
 (0)