File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1-
21version : 2.1
32
43# Default VM config to be used for macOS builds
@@ -134,7 +133,7 @@ jobs:
134133 - run :
135134 working_directory : example/test
136135 name : Build android
137- command : npm run build:android
136+ command : npm run build:android
138137
139138 - android/create-avd :
140139 avd-name : Android_29
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build:android" : " ../android/gradlew assembleRelease -p ../android" ,
7+ "build:android" : " ../android/gradlew assembleFossRelease -p ../android" ,
88 "build:ios" : " xcodebuild build -workspace ../ios/IntercomReactNativeExample.xcworkspace -scheme IntercomReactNativeExampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ./build" ,
9- "test:android" : " maestro test ./maestro/android/*.yaml" ,
10- "test:ios" : " maestro test ./maestro/ios/*.yaml" ,
11- "maestro:install" : " curl -Ls \" https://get.maestro.mobile.dev\" | bash"
9+ "test:android" : " npx wdio ./wdio.android.conf.ts" ,
10+ "test:ios" : " npx wdio ./wdio.ios.conf.ts"
1211 },
1312 "keywords" : [],
1413 "author" : " " ,
You can’t perform that action at this time.
0 commit comments