We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8a147 commit e160c8eCopy full SHA for e160c8e
1 file changed
.github/workflows/e2e_ios.yml
@@ -106,12 +106,10 @@ jobs:
106
RNU_CLI_ROOT: ${{ github.workspace }}/react-native-update-cli
107
run: cd Example/e2etest && bun run prepare:e2e
108
109
- - name: Cache CocoaPods dependencies
+ - name: Cache CocoaPods downloads
110
uses: actions/cache@v5.0.4
111
with:
112
- path: |
113
- Example/e2etest/ios/Pods
114
- ~/Library/Caches/CocoaPods
+ path: ~/Library/Caches/CocoaPods
115
key: ${{ runner.os }}-cocoapods-e2e-${{ hashFiles('Example/e2etest/ios/Podfile.lock', 'Example/e2etest/ios/Podfile', 'Example/e2etest/bun.lock') }}
116
restore-keys: |
117
${{ runner.os }}-cocoapods-e2e-
0 commit comments