Skip to content

Commit 4287881

Browse files
committed
Fix workflow
1 parent d57aaa8 commit 4287881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bun-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- uses: oven-sh/setup-bun@v1
2424
with:
2525
bun-version: latest
26-
- run: bun install
27-
- run: bun example.ts
26+
- run: bun run build
27+
- run: bun run example.ts

0 commit comments

Comments
 (0)