mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
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:
parent
144f3a7fc4
commit
98af0ae169
5
.github/workflows/ui_tests.yml
vendored
5
.github/workflows/ui_tests.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user