Skip to content

Commit 97e0631

Browse files
committed
Fix CI
1 parent 7c76b29 commit 97e0631

File tree

3 files changed

+455
-39
lines changed

3 files changed

+455
-39
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525
- name: Build packages
2626
run: |
27-
bun run --cwd packages/blink build
2827
bun run --cwd packages/compute-protocol build
2928
bun run --cwd packages/compute build
3029
bun run --cwd packages/github build
3130
bun run --cwd packages/slack build
3231
bun run --cwd packages/model-intent build
32+
bun run --cwd packages/blink build
3333
3434
- name: Run formatter check
3535
run: bun run format --check

0 commit comments

Comments
 (0)