Skip to content

Commit 032ea0e

Browse files
committed
ci: use Turbo tasks instead of manual commands
1 parent 7199d27 commit 032ea0e

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959

6060
- name: Build integrated Android tester app
6161
run: |
62-
cd apps/tester-integrated/kotlin
63-
./gradlew assembleDebug
62+
yarn run build:tester-integrated:android
6463
6564
tester-ios:
6665
name: Integrated tester iOS App
@@ -101,8 +100,7 @@ jobs:
101100
102101
- name: Build integrated iOS tester app
103102
run: |
104-
cd apps/tester-integrated/swift
105-
xcodebuild -workspace SwiftExample.xcworkspace -scheme SwiftExample -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO
103+
yarn run build:tester-integrated:ios
106104
107105
packaging-android:
108106
name: Android integration workflow with CLI
@@ -149,8 +147,7 @@ jobs:
149147

150148
- name: Build native Android Brownfield app
151149
run: |
152-
cd apps/AndroidApp
153-
./gradlew assembleDebug
150+
yarn run build:example:android-consumer
154151
155152
packaging-ios:
156153
name: iOS integration workflow with CLI
@@ -196,5 +193,4 @@ jobs:
196193
197194
- name: Build Brownfield iOS native app
198195
run: |
199-
cd apps/iOSApp
200-
xcodebuild -project ./Brownfield\ iOS\ App.xcodeproj -scheme "Brownfield iOS App" -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO
196+
yarn run build:example:ios-consumer

0 commit comments

Comments
 (0)