Skip to content

Commit

Permalink
misc(ci): Remove unused testflight node_modules cache (#4178)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Oct 15, 2024
1 parent 9a717b3 commit f4105bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4105bd

Please sign in to comment.