Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Nov 29, 2022
1 parent fc35aa9 commit 943fd92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: xcodebuild build-for-testing -scheme VanMoofKit -destination 'platform=iOS Simulator,name=iPhone 14'
run: xcodebuild build-for-testing -scheme FlyoverKit -destination 'platform=iOS Simulator,name=iPhone 14'
- name: Test
run: xcodebuild test-without-building -scheme VanMoofKit -destination 'platform=iOS Simulator,name=iPhone 14'
run: xcodebuild test-without-building -scheme FlyoverKit -destination 'platform=iOS Simulator,name=iPhone 14'
tvOS:
name: Build and test on tvOS
runs-on: macOS-12
steps:
- uses: actions/checkout@v3
- name: Build
run: xcodebuild build-for-testing -scheme VanMoofKit -destination 'platform=tvOS Simulator,name=Apple TV'
run: xcodebuild build-for-testing -scheme FlyoverKit -destination 'platform=tvOS Simulator,name=Apple TV'
- name: Test
run: xcodebuild test-without-building -scheme VanMoofKit -destination 'platform=tvOS Simulator,name=Apple TV'
run: xcodebuild test-without-building -scheme FlyoverKit -destination 'platform=tvOS Simulator,name=Apple TV'

0 comments on commit 943fd92

Please sign in to comment.