Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chancehudson committed Nov 25, 2024
1 parent d577cdc commit c9c2482
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
override: true
- name: Build iOS xcframework
run: |
sudo apt-get install -y protobuf-compiler
cd test-e2e
cargo run --bin ios
- name: Cache xcframework
Expand All @@ -130,7 +129,6 @@ jobs:
key: ${{ github.sha }}-xcframework
- name: Build app for device
run: |
sudo apt-get install -y protobuf-compiler
xcodebuild -project ./test-e2e/ios/mopro-test.xcodeproj -scheme mopro-test -destination generic/platform=iOS build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
build-ios-app-simulator:
runs-on: macos-latest
Expand All @@ -150,7 +148,6 @@ jobs:
key: ${{ github.sha }}-xcframework
- name: Build app for device
run: |
sudo apt-get install -y protobuf-compiler
xcodebuild -project ./test-e2e/ios/mopro-test.xcodeproj -scheme mopro-test -destination generic/platform=iOS\ Simulator build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
test-ios-app-simulator:
runs-on: macos-14
Expand All @@ -171,7 +168,6 @@ jobs:
# to list available simulators: xcrun simctl list devices
- name: Test app in simulator
run: |
sudo apt-get install -y protobuf-compiler
xcodebuild -project ./test-e2e/ios/mopro-test.xcodeproj -scheme mopro-test -destination 'platform=iOS Simulator,name=iPhone 15' test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
build-android-lib:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c9c2482

Please sign in to comment.