Skip to content

Commit 60e5c17

Browse files
committed
Cocoapods install.
1 parent 0a3aca0 commit 60e5c17

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ jobs:
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

tools/powersynctests/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
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",

0 commit comments

Comments
 (0)