Skip to content

Commit 28299a1

Browse files
committed
fix e2e
1 parent 6560247 commit 28299a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mobile-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
- name: Cache DerivedData
213213
uses: actions/cache@v4
214214
with:
215-
path: ~/Library/Developer/Xcode/DerivedData
215+
path: app/ios/build
216216
key: ${{ runner.os }}-derived-data-${{ env.XCODE_VERSION }}-${{ hashFiles('app/ios/Podfile.lock', 'app/ios/OpenPassport.xcworkspace/contents.xcworkspacedata', 'app/ios/Self.xcworkspace/contents.xcworkspacedata') }}
217217
restore-keys: |
218218
${{ runner.os }}-derived-data-${{ env.XCODE_VERSION }}-${{ hashFiles('app/ios/Podfile.lock') }}-
@@ -232,7 +232,7 @@ jobs:
232232
echo "Installing iOS dependencies..."
233233
cd app/ios
234234
echo "📦 Installing pods via centralized script…"
235-
bundle exec bash scripts/pod-install-with-cache-fix.sh || { echo "❌ Pod install failed"; exit 1; }
235+
BUNDLE_GEMFILE=../Gemfile bundle exec bash scripts/pod-install-with-cache-fix.sh || { echo "❌ Pod install failed"; exit 1; }
236236
- name: Setup iOS Simulator
237237
run: |
238238
echo "Setting up iOS Simulator..."

0 commit comments

Comments
 (0)