We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86c48d commit e70b962Copy full SHA for e70b962
.github/workflows/test-simulators.yaml
@@ -151,6 +151,15 @@ jobs:
151
restore-keys: |
152
${{ runner.os }}-pnpm-store-
153
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
+
163
- name: Install dependencies
164
run: pnpm install
165
0 commit comments