File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 4444 - name : Build
4545 run : pnpm build:packages
4646
47- - name : Test Demos
47+ - name : Install Detox dependencies
48+ run : |
49+ brew tap wix/brew
50+ brew install applesimutils
51+ npm install -g detox-cli
52+ detox clean-framework-cache && detox build-framework-cache
53+
54+ - name : Install CocoaPods dependencies
55+ working-directory : tools/powersynctests/ios
56+ run : bundle exec pod install
57+
58+ - name : iOS Simulator Build
4859 working-directory : ./tools/powersynctests
4960 run : pnpx detox build --configuration ios.sim.release
Original file line number Diff line number Diff line change 66 "android" : " react-native run-android" ,
77 "ios" : " react-native run-ios" ,
88 "lint" : " eslint ." ,
9- "start" : " react-native start" ,
10- "test" : " jest"
9+ "start" : " react-native start"
1110 },
1211 "dependencies" : {
1312 "@op-engineering/op-sqlite" : " ^11.4.8" ,
You can’t perform that action at this time.
0 commit comments