Skip to content

Commit a742151

Browse files
committed
test: run compile in ci.yml
1 parent c2b2f29 commit a742151

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ jobs:
1515
with:
1616
node-version: 20
1717

18-
- uses: oven-sh/setup-bun@v1
18+
- uses: oven-sh/setup-bun@v2
1919
with:
2020
bun-version: latest
2121

2222
- name: Install dependencies
2323
run: bun install
2424

2525
- name: Run lint
26-
run: bun run lint
26+
run: bun run test
27+
28+
- name: Run build
29+
run: bun run compile

0 commit comments

Comments
 (0)