We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d0f7d commit 0a90c49Copy full SHA for 0a90c49
.github/workflows/bb.yml
@@ -48,4 +48,7 @@ jobs:
48
restore-keys: cljdeps-
49
50
- name: Execute bb tests
51
- run: bb test:bb
+ run: |
52
+ bb --version
53
+ bb -e '(babashka.classpath/get-classpath)'
54
+ bb test:bb
bb.edn
@@ -2,8 +2,7 @@
2
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
3
:git/sha "f2133b2a88bff3898e027c9b50516161c237792e"}}
4
:tasks
5
- {:requires ([babashka.fs :as fs])
6
- test:bb {:doc "Run babashka tests with custom runner"
+ {test:bb {:doc "Run babashka tests with custom runner"
7
:extra-paths ["src" "test"]
8
:extra-deps {current/project {:local/root "."}
9
org.clojure/test.check {:mvn/version "1.1.1"}}
0 commit comments