UI test shenanigans (#2611)

* Hardcode Xcode 15.2 as there are multiple versions available on the performance runner

* Remove the derived data caching step as it's not necessary on the performance runner.
This commit is contained in:
Stefan Ceriu 2024-03-27 14:10:20 +02:00 committed by GitHub
parent 144f3a7fc4
commit 98af0ae169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View File

@ -23,11 +23,6 @@ jobs:
steps:
- uses: nschloe/action-cached-lfs-checkout@v1
- uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.ref }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.ref }}
- uses: actions/cache@v3
with:
path: vendor/bundle

View File

@ -3,7 +3,7 @@ require 'semantic'
require_relative 'changelog'
before_all do
xcversion(version: "~> 15.0")
xcversion(version: "15.2")
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"