Skip to content

Commit

Permalink
chore: add sample ios test
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Aug 28, 2023
1 parent 1035da5 commit da9a856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-smoke-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
if: runner.os == 'macOS'
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_14.3.1.app"
sudo xcode-select -s "/Applications/Xcode_14.1.app"
xcodebuild -version
- name: Run Smoke Tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function rubyBundleInstall(cwd: string) {
}

function buildAndTestExampleIosApp(cwd: string) {
return spawn('bundle', ['exec', 'fastlane', 'scan', '--device', 'iPhone 14 Pro', '--deployment_target_version', '16.4'], {
return spawn('bundle', ['exec', 'fastlane', 'scan', '--device', 'iPhone 13 Pro', '--deployment_target_version', '16.1'], {
cwd,
})
.wait(/Test.*Succeeded/)
Expand Down

0 comments on commit da9a856

Please sign in to comment.