Skip to content

Commit

Permalink
chore : add CI CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryOkafor committed Feb 18, 2024
1 parent e0d4774 commit 1f2f595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Build iOS app
run: xcodebuild -allowProvisioningUpdates -project iosApp/iosApp.xcodeproj -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 14' build

- name: Run iOS unit tests
run: xcodebuild -allowProvisioningUpdates -project iosApp/iosApp.xcodeproj -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 14' test -test-timeouts-enabled YES
# - name: Run iOS unit tests
# run: xcodebuild -allowProvisioningUpdates -project iosApp/iosApp.xcodeproj -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 14' test -test-timeouts-enabled YES

build-android:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -105,6 +105,6 @@ jobs:
${{ runner.os }}-konan-
- name: Build
run: ./gradlew :composeApp:desktopRun -DmainClass=MainKt --quiet
run: ./gradlew :composeApp:desktopJar -DmainClass=MainKt

# https://proandroiddev.com/optimising-ci-build-times-of-a-kotlin-multiplatform-project-2a430055f383

0 comments on commit 1f2f595

Please sign in to comment.