You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
tools.deps-builder
0.1
Pre-release
A Github action to enable Clojure projects to invoke the tools.deps CLI
The primary goal is to support CI tests.
The action is based on a Docker container that has Clojure installed over adoptopenjdk/openjdk8:alpine-slim
Note: Since the action is not interactive, it invokes the CLI via clojure
rather than clj
. This distinction should usually be unimportant and is mentioned here for completeness.
Optional: The alias or concatenated aliases (eg :ci
, :mem:test
, ...)
Default: :test
Optional: Any java opts (eg -Xmx512m
)
uses: actions/tools.deps-builder@v1
uses: actions/tools.deps-builder@v1
with:
alias: :xyz
uses: actions/tools.deps-builder@v1
with:
java-opts: -Xmx512m -Xms128m
uses: actions/tools.deps-builder@v1
with:
alias: :abc
java-opts: -Xmx512m -Xms128m
The scripts and documentation in this project are released under the MIT License