Skip to content

Commit c907b94

Browse files
committed
Fix pipeline run tests
1 parent c3e6247 commit c907b94

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ jobs:
3434
# key: cljdeps-${{ hashFiles('build.boot') }}
3535
restore-keys: cljdeps-
3636

37-
- name: Setup Babashka
38-
uses: turtlequeue/setup-babashka@v1.7.0
39-
with:
40-
babashka-version: 1.3.189
41-
42-
- name: Check bb runs
43-
run: bb --version
44-
working-directory: ./core
45-
4637
- name: Run Clj Unit tests
47-
run: bb test
38+
run: clojure -M:test -m kaocha.runner :unit
4839
working-directory: ./core

0 commit comments

Comments
 (0)