From c1aeabb0ca690f6a6d306ede5ff518dcb2ac4dca Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Tue, 15 Oct 2024 13:39:59 +0200 Subject: [PATCH] misc(ci): Remove unused testflight node_modules cache --- .github/workflows/testflight.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index b981a0b428..3044c95448 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -32,13 +32,6 @@ jobs: node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock - - uses: actions/cache@v4 - id: deps-cache - with: - path: | - node_modules - samples/react-native/node_modules - key: ${{ github.workflow }}-${{ github.job }}-${{ hashFiles('yarn.lock', 'samples/react-native/yarn.lock') }} - name: Install Dependencies run: | yarn install