File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Install ClojureCLR
4848 run : |
49- dotnet tool install --global Clojure.Main --version 1.12.2
49+ dotnet tool install --global Clojure.Main --version 1.12.3-alpha4
5050 dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6
5151
5252 - name : Prepare node
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ npx nodemon -w target/js taget/js/node-tests.js --test=clojure.core-test.int-que
7979
8080### Pre-requisites
8181- [ dotnet] ( https://dotnet.microsoft.com/en-us/download )
82- - ` ClojureCLR ` : ` dotnet tool install --global Clojure.Main --version 1.12.2 `
82+ - ` ClojureCLR ` : ` dotnet tool install --global Clojure.Main --version 1.12.3-alpha4 `
8383- ` cljr ` : ` dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6 `
8484
8585``` bash
Original file line number Diff line number Diff line change 22 :aliases
33 {:test
44 {:extra-paths [" test" ]
5- :extra-deps {io.github.dmiller/test-runner {:git/sha " c055ea13d19c6a9b9632aa2370fcc2215c8043c3" }}
6- :exec-fn cognitect.test-runner.api/test
7- :exec-args {:dirs [" test" ]
8- :patterns [" .*test.*" ]}}}}
5+ :extra-deps {io.github.dmiller/test-runner {:git/sha " c055ea13d19c6a9b9632aa2370fcc2215c8043c3" }}
6+ :exec-fn cognitect.test-runner.api/test
7+ :exec-args {:dirs [" test" ]
8+ :patterns [" .*test.*" ]}}}}
You can’t perform that action at this time.
0 commit comments