-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6328c78
commit a0ca11f
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ concurrency: | |
|
||
env: | ||
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI | ||
IOS_SIMULATOR_DEVICE: "iPhone 15 Pro (17.4)" | ||
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.1)" | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_PR_NUM: ${{ github.event.pull_request.number }} | ||
|
||
|
@@ -93,7 +93,7 @@ jobs: | |
|
||
test-ui-debug: | ||
name: Test SwiftUI (Debug) | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
needs: build-test-app-and-frameworks | ||
steps: | ||
- uses: actions/[email protected] | ||
|
@@ -164,7 +164,7 @@ jobs: | |
|
||
test-e2e-debug: | ||
name: Test E2E UI (Debug) | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} | ||
needs: | ||
- allure_testops_launch | ||
|
@@ -191,8 +191,6 @@ jobs: | |
run: bundle exec fastlane test_e2e_mock device:"${{ env.IOS_SIMULATOR_DEVICE }}" batch:'${{ matrix.batch }}' test_without_building:true | ||
timeout-minutes: 100 | ||
env: | ||
XCODE_VERSION: "15.2" # the most stable pair of Xcode | ||
IOS_SIMULATOR_DEVICE: "iPhone 15 Pro (17.2)" # and iOS | ||
MATRIX_SIZE: ${{ strategy.job-total }} | ||
- name: Allure TestOps Upload | ||
if: env.LAUNCH_ID != '' && (success() || failure()) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters