Skip to content

Commit 8013568

Browse files
[UPD] TESTS - e2e.yml - Change the APP_ENV value from development to production
1 parent b8930cc commit 8013568

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,7 @@ jobs:
5151
- name: 🔨 Build APK (local)
5252
run: eas build --profile e2e --platform android --non-interactive --local --output build.apk
5353
env:
54-
APP_ENV: development
55-
ORG_GRADLE_PROJECT_reactNativeArchitectures: x86_64
56-
GRADLE_OPTS: >-
57-
-Dorg.gradle.daemon=false
58-
-Dorg.gradle.parallel=false
59-
-Dorg.gradle.configureondemand=true
60-
-Dorg.gradle.jvmargs="-Xmx4096m -XX:MaxMetaspaceSize=1024m"
54+
APP_ENV: production
6155

6256
- name: 🎭 Install Maestro
6357
run: curl -Ls "https://get.maestro.mobile.dev" | bash && echo "$HOME/.maestro/bin" >> $GITHUB_PATH
@@ -108,13 +102,7 @@ jobs:
108102
- name: 🔨 Build APK (local)
109103
run: eas build --profile e2e --platform android --non-interactive --local --output build.apk
110104
env:
111-
APP_ENV: development
112-
ORG_GRADLE_PROJECT_reactNativeArchitectures: x86_64
113-
GRADLE_OPTS: >-
114-
-Dorg.gradle.daemon=false
115-
-Dorg.gradle.parallel=false
116-
-Dorg.gradle.configureondemand=true
117-
-Dorg.gradle.jvmargs="-Xmx4096m -XX:MaxMetaspaceSize=1024m"
105+
APP_ENV: production
118106

119107
- name: 🎭 Install Maestro
120108
run: curl -Ls "https://get.maestro.mobile.dev" | bash && echo "$HOME/.maestro/bin" >> $GITHUB_PATH

eas.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
"APP_ENV": "development"
1313
}
1414
},
15-
"e2e": {
16-
"channel": "development",
17-
"distribution": "internal",
18-
"env": {
19-
"APP_ENV": "development"
20-
}
21-
},
2215
"staging": {
2316
"channel": "staging",
2417
"distribution": "internal",

0 commit comments

Comments
 (0)