Skip to content

Commit

Permalink
ci: Run UI tests on iOS 16 (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Apr 12, 2023
1 parent 89d72e7 commit a6f8b18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/saucelabs-UI-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
xcode: '13.4.1'

- runs-on: macos-12
xcode: '14.1'
xcode: '14.2'

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -93,6 +93,9 @@ jobs:
fail-fast: false
matrix:
include:
- xcode: '14.2'
suite: 'iOS-16'

- xcode: '13.4.1'
suite: 'iOS-15'

Expand Down
5 changes: 5 additions & 0 deletions .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ xcuitest:
testApp: ./DerivedData/Build/Products/Test-iphoneos/iOS-SwiftUITests-Runner.app

suites:

- name: "iOS-16"
devices:
- name: "iPhone.*"
platformVersion: "16.4"

- name: "iOS-15"
devices:
Expand Down

0 comments on commit a6f8b18

Please sign in to comment.