Skip to content

Commit e70b962

Browse files
committed
Caching derived data for iOS build.
1 parent e86c48d commit e70b962

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ jobs:
151151
restore-keys: |
152152
${{ runner.os }}-pnpm-store-
153153
154+
- name: Cache Xcode Derived Data
155+
uses: actions/cache@v3
156+
with:
157+
path: |
158+
~/Library/Developer/Xcode/DerivedData
159+
key: xcode-derived-${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock', 'tools/powersynctests/ios/Podfile') }}
160+
restore-keys: |
161+
xcode-derived-${{ runner.os }}-
162+
154163
- name: Install dependencies
155164
run: pnpm install
156165

0 commit comments

Comments
 (0)