Skip to content

Commit

Permalink
CI: run all iOS 17 tests (#3312)
Browse files Browse the repository at this point in the history
Xcode 15.0.1 (#3311) fixed performance issues, so we should be able to
run all tests on iOS 17.
  • Loading branch information
NachoSoto authored Oct 17, 2023
1 parent 235a7dc commit a13dbb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,7 @@ jobs:
- install-dependencies
- run:
name: Run tests
# StoreKit tests currently get stuck.
# See https://discuss.circleci.com/t/severe-performance-problems-with-xcode-15/49205/11?u=nachosoto
command: bundle exec fastlane test_ios skip_sk_tests:true
command: bundle exec fastlane test_ios
no_output_timeout: 15m
environment:
SCAN_DEVICE: iPhone 15 (17.0.1)
Expand Down Expand Up @@ -958,7 +956,7 @@ workflows:
when: << pipeline.parameters.generate_snapshots >>
jobs:
- run-test-ios-17:
xcode_version: '15.0.0'
xcode_version: '15.0.1'
- run-test-ios-16:
xcode_version: '14.3.0'
- run-test-ios-15:
Expand All @@ -978,7 +976,7 @@ workflows:
- spm-revenuecat-ui-ios-16:
xcode_version: '14.3.0'
- spm-revenuecat-ui-ios-17:
xcode_version: '15.0.0'
xcode_version: '15.0.1'

build-test:
when:
Expand All @@ -993,7 +991,7 @@ workflows:
- spm-release-build-xcode-14:
xcode_version: '14.3.0'
- spm-release-build-xcode-15:
xcode_version: '15.0.0'
xcode_version: '15.0.1'
- spm-xcode-14-1:
xcode_version: '14.1.0'
- spm-custom-entitlement-computation-build:
Expand All @@ -1005,9 +1003,9 @@ workflows:
- spm-revenuecat-ui-ios-16:
xcode_version: '14.3.0'
- spm-revenuecat-ui-ios-17:
xcode_version: '15.0.0'
xcode_version: '15.0.1'
- run-test-ios-17:
xcode_version: '15.0.0'
xcode_version: '15.0.1'
- run-test-ios-16:
xcode_version: '14.3.0'
- run-test-ios-15:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a13dbb9

Please sign in to comment.