Skip to content

Commit 30f55bf

Browse files
committed
[ci] fix the ci
1 parent 8fbe2bb commit 30f55bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: "DeLaGuardo/setup-clojure@master"
2424
with:
2525
cli: "latest"
26+
bb: "latest"
2627

2728
- name: "Apply Cache"
2829
uses: "actions/cache@v3"
@@ -34,4 +35,4 @@ jobs:
3435
restore-keys: "$todos-"
3536

3637
- name: "Run tests"
37-
run: "make test"
38+
run: "bb test"

0 commit comments

Comments
 (0)