Skip to content

Commit 0a90c49

Browse files
committed
debug action
1 parent 25d0f7d commit 0a90c49

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/bb.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ jobs:
4848
restore-keys: cljdeps-
4949

5050
- name: Execute bb tests
51-
run: bb test:bb
51+
run: |
52+
bb --version
53+
bb -e '(babashka.classpath/get-classpath)'
54+
bb test:bb

bb.edn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
33
:git/sha "f2133b2a88bff3898e027c9b50516161c237792e"}}
44
:tasks
5-
{:requires ([babashka.fs :as fs])
6-
test:bb {:doc "Run babashka tests with custom runner"
5+
{test:bb {:doc "Run babashka tests with custom runner"
76
:extra-paths ["src" "test"]
87
:extra-deps {current/project {:local/root "."}
98
org.clojure/test.check {:mvn/version "1.1.1"}}

0 commit comments

Comments
 (0)