Skip to content

Commit

Permalink
Compile and test Focus on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Nov 20, 2024
1 parent 0836918 commit f10ed84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/focus-ios-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

env:
browser: focus-ios
xcode_version: 15.4
ios_version: 17.5
ios_simulator_default: iPhone 15
xcode_version: 16.1
ios_version: 18.1
ios_simulator_default: iPhone 16
xcodebuild_scheme: Focus
xcodebuild_target: XCUITest
test_results_directory: /Users/runner/tmp
Expand Down Expand Up @@ -49,14 +49,14 @@ jobs:
retention-days: 2
run-tests:
name: Run tests
runs-on: macos-14
runs-on: macos-15
needs: compile
strategy:
fail-fast: false
max-parallel: 1
matrix:
xcodebuild_test_plan: ['SmokeTest'] # , 'FullFunctionalTests']
ios_simulator: [ 'iPhone 15', 'iPad Pro (12.9-inch) (6th generation)']
ios_simulator: [ 'iPhone 16', 'iPad (10th generation)']
steps:
- name: Check out source code
uses: actions/[email protected]
Expand Down

0 comments on commit f10ed84

Please sign in to comment.