Skip to content

Commit

Permalink
Update checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Mar 8, 2023
1 parent 5d74b5d commit 366479b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Pod install
run: pod install
- name: Build demo app
run: xcodebuild -scheme SwiftUIDemo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.0' -derivedDataPath ./DerivedData | xcpretty
run: xcodebuild -scheme SwiftUIDemo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' -derivedDataPath ./DerivedData | xcpretty

demo:
runs-on: macos-12
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Pod install
run: pod install
- name: Build demo app
run: xcodebuild -scheme Demo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.0' -derivedDataPath ./DerivedData | xcpretty
run: xcodebuild -scheme Demo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' -derivedDataPath ./DerivedData | xcpretty

pod-lint:
runs-on: macos-12
Expand All @@ -52,7 +52,7 @@ jobs:
with:
submodules: true
- name: Test
run: xcodebuild -scheme BrightroomEngineTests -resultBundlePath results/BrightroomEngineTests.xcresult test -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.0' -derivedDataPath ./DerivedData | xcpretty
run: xcodebuild -scheme BrightroomEngineTests -resultBundlePath results/BrightroomEngineTests.xcresult test -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' -derivedDataPath ./DerivedData | xcpretty

- uses: kishikawakatsumi/xcresulttool@v1
with:
Expand Down

0 comments on commit 366479b

Please sign in to comment.