Skip to content

Commit

Permalink
chore(actions): remove xcode select
Browse files Browse the repository at this point in the history
SUITEDEV-36672

Co-authored-by: davidSchuppa <[email protected]>
  • Loading branch information
LasOri and davidSchuppa committed Oct 3, 2024
1 parent 4fb00ac commit 827dcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: pod install --no-repo-update --verbose
shell: bash
- name: Build And Test
run: xcodebuild -workspace ~/work/ios-emarsys-sdk/ios-emarsys-sdk/EmarsysSDK.xcworkspace -scheme Tests -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18' -derivedDataPath ~/tmp test -quiet
run: xcodebuild -workspace ~/work/ios-emarsys-sdk/ios-emarsys-sdk/EmarsysSDK.xcworkspace -scheme Tests -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.0' -derivedDataPath ~/tmp test -quiet
shell: bash
- name: Trigger Sample App Build
uses: peter-evans/repository-dispatch@v1
Expand Down

0 comments on commit 827dcdc

Please sign in to comment.