chore: remove yarn cache check for testing purpose

pull/974/head
Tienson Qin 2020-12-22 11:41:29 +08:00
parent dc8c19d1a9
commit 5e0fbbd825
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- name: Fetch yarn deps - name: Fetch yarn deps
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn cache clean && yarn install --frozen-lockfile run: yarn cache clean && yarn install --frozen-lockfile
- name: Run Clojure test - name: Run Clojure test