From 3d9d8d09e1a1c3a8f846a1703649c282d229b770 Mon Sep 17 00:00:00 2001 From: Binoy Patel Date: Thu, 26 Oct 2023 11:11:11 -0400 Subject: [PATCH] chore(test): remove cache --- .github/workflows/test.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a933a446883..7c261ade514 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -133,19 +133,6 @@ jobs: ${{ runner.os }}-modules- ${{ runner.os }}- - - name: Cache build - id: cache-build - uses: actions/cache@v3 - env: - cache-name: cache-build - with: - path: './*' - key: ${{ runner.os }}-build-${{ matrix.node }}-${{ env.cache-name }}-${{ github.run_id }} - restore-keys: | - ${{ runner.os }}-build-${{ env.cache-name }}- - ${{ runner.os }}-build- - ${{ runner.os }}- - - name: Install project dependencies if: steps.cache-node-modules.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile