Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install ClojureCLR
run: |
dotnet tool install --global Clojure.Main --version 1.12.2
dotnet tool install --global Clojure.Main --version 1.12.3-alpha4
dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6

- name: Prepare node
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ npx nodemon -w target/js taget/js/node-tests.js --test=clojure.core-test.int-que

### Pre-requisites
- [dotnet](https://dotnet.microsoft.com/en-us/download)
- `ClojureCLR`: `dotnet tool install --global Clojure.Main --version 1.12.2`
- `ClojureCLR`: `dotnet tool install --global Clojure.Main --version 1.12.3-alpha4`
- `cljr`: `dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6`

```bash
Expand Down
8 changes: 4 additions & 4 deletions deps-clr.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:aliases
{:test
{:extra-paths ["test"]
:extra-deps {io.github.dmiller/test-runner {:git/sha "c055ea13d19c6a9b9632aa2370fcc2215c8043c3"}}
:exec-fn cognitect.test-runner.api/test
:exec-args {:dirs ["test"]
:patterns [".*test.*"]}}}}
:extra-deps {io.github.dmiller/test-runner {:git/sha "c055ea13d19c6a9b9632aa2370fcc2215c8043c3"}}
:exec-fn cognitect.test-runner.api/test
:exec-args {:dirs ["test"]
:patterns [".*test.*"]}}}}