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 c29cded commit 708c534
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,18 @@ jobs:
- name: Build
if: steps.changes.outputs.src == 'true'
run: |
set -o pipefail\
xcodebuild build-for-testing\
-scheme Runestone\
-sdk iphonesimulator\
-destination "platform=iOS Simulator,name=${{ matrix.device }},OS=${{ matrix.os }}"
-destination "platform=iOS Simulator,name=${{ matrix.device }},OS=${{ matrix.os }}"\
| xcbeautify --renderer github-actions
- name: Test
if: steps.changes.outputs.src == 'true'
run: |
set -o pipefail\
xcodebuild test-without-building\
-scheme Runestone\
-sdk iphonesimulator\
-destination "platform=iOS Simulator,name=${{ matrix.device }},OS=${{ matrix.os }}"
-destination "platform=iOS Simulator,name=${{ matrix.device }},OS=${{ matrix.os }}"\
| xcbeautify --renderer github-actions

0 comments on commit 708c534

Please sign in to comment.