run integration tests on gh ci
possible fix possible fix Revert "possible fix" This reverts commit 6484648153bf8f05485050f544b136e6ca9f0be9. Revert "possible fix" This reverts commit abb3a58c630bb0abab7c86a31be022496d4f3b4c. possible fix possible solution using ui interrupt monitor Revert "possible solution using ui interrupt monitor" This reverts commit ed28c85a37744e615c4bc464b3e8962d8c953be9. possible fix Revert "possible fix" This reverts commit 43039e73c1e1b70493f2e22aa20f925257d2e6de. fix
This commit is contained in:
6
.github/workflows/integration-tests.yml
vendored
6
.github/workflows/integration-tests.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
integration_tests:
|
||||
name: Integration Tests
|
||||
runs-on: perf-only
|
||||
runs-on: macos-15
|
||||
|
||||
concurrency:
|
||||
# Only allow a single run of this workflow on each branch, automatically cancelling older runs.
|
||||
@@ -17,6 +17,10 @@ jobs:
|
||||
cancel-in-progress: false
|
||||
|
||||
steps:
|
||||
# While fastlane has its own way of selecting Xcode, will only work inside fastlane, so we need to set it globally to allow other actions like xcresultparser to use the same Xcode version.
|
||||
- name: Select Xcode 16.3
|
||||
run: sudo xcode-select -s /Applications/Xcode_16.3.app
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/cache@v4
|
||||
|
||||
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
# While fastlane has its own way of selecting Xcode, will only work inside fastlane, so we need to set it globally to allow other actions like xcresultparser to use the same Xcode version.
|
||||
- name: Select XCode 16.3
|
||||
- name: Select Xcode 16.3
|
||||
run: sudo xcode-select -s /Applications/Xcode_16.3.app
|
||||
|
||||
- uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2 #v1.2.3
|
||||
|
||||
Reference in New Issue
Block a user