File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 run : pnpm install
5050
5151 - name : π¨ Build APK (local)
52- run : eas build --profile development --platform android --non-interactive --local --output build.apk
52+ run : eas build --profile e2e --platform android --non-interactive --local --output build.apk
5353 env :
5454 APP_ENV : development
5555
@@ -100,7 +100,7 @@ jobs:
100100 run : pnpm install
101101
102102 - name : π¨ Build APK (local)
103- run : eas build --profile development --platform android --non-interactive --local --output build.apk
103+ run : eas build --profile e2e --platform android --non-interactive --local --output build.apk
104104 env :
105105 APP_ENV : development
106106
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+ },
1522 "staging" : {
1623 "channel" : " staging" ,
1724 "distribution" : " internal" ,
Original file line number Diff line number Diff line change 2525 "android" : " expo run:android" ,
2626 "ios" : " expo run:ios" ,
2727 "test:e2e" : " maestro test .maestro/flows" ,
28- "test:e2e:smoke" : " maestro test .maestro/smoke.yaml"
28+ "test:e2e:smoke" : " maestro test .maestro/smoke.yaml" ,
29+ "test:e2e:build" : " eas build --profile e2e --platform android --local --output build.apk"
2930 },
3031 "dependencies" : {
3132 "@bearstudio/ui-state" : " 1.1.0" ,
You canβt perform that action at this time.
0 commit comments