Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirma authored Sep 14, 2024
1 parent 7cc31a6 commit 9b75172
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Tools Setup
run: DEVELOPER_DIR=/Applications/Xcode_16_beta_6.app;
- name: Build & Test
run: xcodebuild build test \
run: DEVELOPER_DIR=/Applications/Xcode_16_beta_6.app; xcodebuild build test \
-scheme UIDeviceComplete \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' \
CODE_SIGN_IDENTITY="" \
Expand Down

0 comments on commit 9b75172

Please sign in to comment.