Просмотр исходного кода

chore: remove yarn cache check for testing purpose

Tienson Qin 5 лет назад
Родитель
Сommit
5e0fbbd825
1 измененных файлов с 0 добавлено и 1 удалено
  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