We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe8b60 commit de968e2Copy full SHA for de968e2
Makefile
@@ -33,8 +33,8 @@ SHELL := /usr/bin/zsh
33
HELP-DESCRIPTION-SPACING := 24
34
35
# Tool variables
36
-CLOJURE_TEST_RUNNER = clojure -M:test/env:test/run
37
-CLOJURE_EXEC_TEST_RUNNER = clojure -X:test/env:test/run
+CLOJURE_TEST_RUNNER := clojure -M:test/env:test/run
+CLOJURE_EXEC_TEST_RUNNER := clojure -X:test/env:test/run
38
DOCKER-BUILD-LOGFILE := docker-build-log-$(shell date +%y-%m-%d-%T).md
39
# MEGALINTER_RUNNER := npx mega-linter-runner --flavor documentation --env "'MEGALINTER_CONFIG=.github/config/megalinter.yaml'" --remove-container
40
MEGALINTER_RUNNER := npx mega-linter-runner --flavor java --env "'MEGALINTER_CONFIG=.github/config/megalinter.yaml'" --remove-container
0 commit comments