dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.61k stars 65 forks source link

Install tools-deps in Github Actions #160

Closed jeroenvandijk closed 4 years ago

jeroenvandijk commented 4 years ago

To run binary tests (see failing run)

From https://github.com/marketplace/actions/setup-clojure

jeroenvandijk commented 4 years ago

Tests still fail, but at least not because of the missing clojure command:

https://github.com/dundalek/closh/pull/160/checks?check_run_id=276112031

Downloading: org/clojure/core.specs.alpha/0.2.44/core.specs.alpha-0.2.44.jar from https://repo1.maven.org/maven2/
Execution error (FileNotFoundException) at clojure.main/main (main.java:40).
Could not locate closh/test_util/runner__init.class, closh/test_util/runner.clj or closh/test_util/runner.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.

Full report at:
/tmp/clojure-8074110895949315065.edn
##[error]Process completed with exit code 1.
jeroenvandijk commented 4 years ago

Never mind, I missed the other branch https://github.com/dundalek/closh/compare/feature/ci