Skip to content

Commit

Permalink
Merge pull request #15 from syxc/dev
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
syxc authored May 15, 2024
2 parents cadc02b + 22ef8a5 commit 1c9e8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
working-directory: ./kmp-app
run: ./gradlew --scan --stacktrace assembleDebug
5 changes: 2 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ jobs:
${{ runner.os }}-pods-
- name: Initialize pods
working-directory: ./kmp-app
run: ./gradlew shared:podInstall

- name: Build with Xcode
working-directory: ./kmp-app
run: xcodebuild -workspace iosApp/iosApp.xcworkspace -scheme iosApp -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'
working-directory: ./iosApp
run: xcodebuild -workspace iosApp.xcworkspace -scheme iosApp -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'

0 comments on commit 1c9e8ff

Please sign in to comment.