Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable-ios-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ jobs:
- name: Build
run: |
xcodebuild build -workspace ./DemoApp/REES46.xcworkspace -scheme REES46Demo \
-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' \
-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED='NO' CODE_SIGN_ENTITLEMENTS=''

- name: Run tests
if: ${{ !cancelled() }}
run: |
xcodebuild test -workspace ./DemoApp/REES46.xcworkspace -scheme REES46Demo \
-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' \
-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED='NO' CODE_SIGN_ENTITLEMENTS=''

- name: Lint spec
Expand Down
Loading