Skip to content

Commit

Permalink
ci: reducing cache storage size
Browse files Browse the repository at this point in the history
  • Loading branch information
WarleyLopes committed May 14, 2024
1 parent b60cd4f commit 01c18d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
native-app/node_modules
backend/node_modules
native-app/ios/build
~/Library/Developer/Xcode/DerivedData
native-app/.expo
~/Library/Caches/CocoaPods
~/Library/Caches/Homebrew
/usr/local/Homebrew
key: ${{ runner.os }}-dependencies-${{ hashFiles('native-app/yarn.lock') }}-${{ hashFiles('backend/yarn.lock') }}-${{ hashFiles('native-app/ios/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-dependencies
Expand Down

0 comments on commit 01c18d2

Please sign in to comment.