Browse Source

chore: remove yarn cache check for testing purpose

Tienson Qin 4 years ago
parent
commit
5e0fbbd825
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/build.yml

+ 0 - 1
.github/workflows/build.yml

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