Skip to content

Commit 6960b44

Browse files
fix: update cache key for iOS app to include specific Swift files for better cache management
1 parent 15e4399 commit 6960b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4040
with:
4141
path: example/ios/build/Build/Products/Debug-iphonesimulator/MendixNativeExample.app
42-
key: ios-app-${{ runner.os }}-${{ hashFiles('example/ios/Podfile.lock', 'example/ios/**/*.{swift,h,m,mm}', 'ios/**/*.{swift,h,m,mm}', 'package.json', 'yarn.lock', '.github/workflows/ios.yml') }}
42+
key: ios-app-${{ runner.os }}-${{ hashFiles('example/ios/Podfile.lock', 'example/ios/MendixNativeExample/**/*.swift', 'example/ios/*.h', 'ios/**/*.{swift,h,m,mm}', 'package.json', 'yarn.lock', '.github/workflows/ios.yml') }}
4343

4444
# Build dependencies (only if app not cached)
4545
- name: Cache CocoaPods

0 commit comments

Comments
 (0)