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 4949
5050 - name : Execute bb tests
5151 run : |
52- bb --version
53- bb -e '(babashka.classpath/get-classpath)'
5452 bb test:bb
Original file line number Diff line number Diff line change 1- {:deps
1+ {:paths [" src" " test" ]
2+ :deps
23 {lambdaisland/open-source {:git/url " https://github.com/lambdaisland/open-source"
34 :git/sha " f2133b2a88bff3898e027c9b50516161c237792e" }}
45 :tasks
56 {test:bb {:doc " Run babashka tests with custom runner"
6- :extra-paths [" src" " test" ]
7+ ; ; :extra-paths ["src" "test"]
78 :extra-deps {current/project {:local/root " ." }
89 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