From ff83d88ac6cd7338204ce93a84c285189bd6d352 Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 28 Feb 2023 10:54:30 -0700 Subject: [PATCH] Is this redundant? --- .github/actions/yarn-install/action.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/actions/yarn-install/action.yml b/.github/actions/yarn-install/action.yml index 4dbb7c5f8c..d6ae98b4bd 100644 --- a/.github/actions/yarn-install/action.yml +++ b/.github/actions/yarn-install/action.yml @@ -12,17 +12,6 @@ runs: with: node-version: ${{ inputs.node_version }} cache: "yarn" - - name: node_modules cache - id: node-modules-cache - uses: actions/cache@v3 - env: - cache-name: node-modules-yarn - cache-key: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock', 'packages/prisma/schema.prisma') }} - with: - path: | - **/node_modules/** - packages/prisma/zod - key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.cache-key }} - name: Yarn install shell: bash run: |