Skip to content
Snippets Groups Projects
Unverified Commit 18212400 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

GitHub Actions: remove the check for Clojure version (#17341)

It's redundant since the job explicitly installs the proper version in
the previous step, and also running that prematurely pulls a bunch of
JARs from Maven Central.

This should shave 20 seconds from the CI runs.
parent 28f7d87c
No related merge requests found
......@@ -61,7 +61,6 @@ jobs:
echo "Node.js `node --version`"
echo "yarn `yarn --version`"
java -version
echo "Clojure `clojure -e "(println (clojure-version))"`"
- name: Get yarn cache
uses: actions/cache@v2
......@@ -120,7 +119,6 @@ jobs:
echo "Node.js `node --version`"
echo "yarn `yarn --version`"
java -version
echo "Clojure `clojure -e "(println (clojure-version))"`"
- name: Get yarn cache
uses: actions/cache@v2
with:
......
......@@ -42,7 +42,6 @@ jobs:
echo "Node.js `node --version`"
echo "yarn `yarn --version`"
java -version
echo "Clojure `clojure -e "(println (clojure-version))"`"
- name: Get yarn cache
uses: actions/cache@v2
......@@ -94,7 +93,6 @@ jobs:
echo "Node.js `node --version`"
echo "yarn `yarn --version`"
java -version
echo "Clojure `clojure -e "(println (clojure-version))"`"
- name: Get yarn cache
uses: actions/cache@v2
with:
......
......@@ -39,8 +39,6 @@ jobs:
echo "Node.js `node --version`"
echo "yarn `yarn --version`"
java -version
echo "Clojure `clojure -e "(println (clojure-version))"`"
clojure --help | grep Version
- name: Get yarn cache
uses: actions/cache@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment