File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments