mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: lock file & ci check
This commit is contained in:
committed by
Gabriel Horner
parent
ec4008d054
commit
3beb46261e
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user