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 5fecdd3 commit 2852194Copy full SHA for 2852194
.github/workflows/test-simulators.yaml
@@ -146,6 +146,15 @@ jobs:
146
tools/powersynctests/ios/Pods/*
147
key: ${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock') }}
148
149
+ - name: Cache Xcode Derived Data
150
+ uses: actions/cache@v3
151
+ with:
152
+ path: |
153
+ tools/powersynctests/ios/build/*
154
+ key: xcode-derived-${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock') }}
155
+ restore-keys: |
156
+ xcode-derived-${{ runner.os }}-
157
+
158
- name: Setup NodeJS
159
uses: actions/setup-node@v4
160
with:
0 commit comments