fix: lock file & ci check

This commit is contained in:
Peng Xiao
2022-04-12 14:06:03 +08:00
committed by Gabriel Horner
parent ec4008d054
commit 3beb46261e

View File

@@ -67,11 +67,7 @@ jobs:
run: clojure -A:cljs -P
- name: Fetch yarn deps
run: yarn install
# Exits with 0 if yarn.lock is up to date or 1 if we forgot to update it
- name: Ensure yarn.lock is up to date
run: git diff --exit-code yarn.lock
run: yarn install --frozen-lockfile
- name: Run ClojureScript test
run: |