File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- name : Execute bb tests
51
51
run : |
52
- bb --version
53
- bb -e '(babashka.classpath/get-classpath)'
54
52
bb test:bb
Original file line number Diff line number Diff line change 1
- {:deps
1
+ {:paths [" src" " test" ]
2
+ :deps
2
3
{lambdaisland/open-source {:git/url " https://github.com/lambdaisland/open-source"
3
4
:git/sha " f2133b2a88bff3898e027c9b50516161c237792e" }}
4
5
:tasks
5
6
{test:bb {:doc " Run babashka tests with custom runner"
6
- :extra-paths [" src" " test" ]
7
+ ; ; :extra-paths ["src" "test"]
7
8
:extra-deps {current/project {:local/root " ." }
8
9
org.clojure/test.check {:mvn/version " 1.1.1" }}
9
- :task (exec 'lambdaisland.deep-diff2.runner/run-tests)}}}
10
+ :task (do
11
+ (prn (babashka.classpath/get-classpath ))
12
+ (exec 'lambdaisland.deep-diff2.runner/run-tests))}}}
You can’t perform that action at this time.
0 commit comments