diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eb0ca12d..2a7fb1f1e 100644 --- a/.github/workflows/build.yml +++ b/.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