Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 23, 2024
1 parent fc5d24a commit 5abd252
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
matrix:
include:
- xcode: 15.2
destination: iPhone 15 Pro
os: 17.2
- xcode: 14.3.1
destination: iPhone 15 Pro
os: 17.2
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps:
Expand All @@ -44,11 +40,11 @@ jobs:
xcodebuild build-for-testing\
-scheme Runestone\
-sdk iphonesimulator\
-destination "platform=iOS Simulator,name=${{ matrix.destination }},OS=${{ matrix.os }}"
-destination "platform=iOS Simulator,name=generic/platform=iOS Simulator,OS=latest"
- name: Test
if: steps.changes.outputs.src == 'true'
run: |
xcodebuild test-without-building\
-scheme Runestone\
-sdk iphonesimulator\
-destination "platform=iOS Simulator,name=${{ matrix.destination }},OS=${{ matrix.os }}"
-destination "platform=iOS Simulator,name=generic/platform=iOS Simulator,OS=latest"

0 comments on commit 5abd252

Please sign in to comment.