Fix Maestro E2E runtime environment

This commit is contained in:
Samuel Newman
2026-07-23 22:03:34 +03:00
parent 4e3d1704a6
commit 16501b0493
5 changed files with 20 additions and 18 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ jobs:
run: |
mkdir -p artifacts/ios
echo "Installing dependencies" > artifacts/ios/phase.txt
cp .env.example .env.test
cp .env.example .env.development
cp google-services.json.example google-services.json
- name: Set up Expo project
@@ -167,7 +167,7 @@ jobs:
run: |
mkdir -p artifacts/android
echo "Installing dependencies" > artifacts/android/phase.txt
cp .env.example .env.test
cp .env.example .env.development
cp google-services.json.example google-services.json
- name: Set up Expo project