From d71107cbf7e22b0ea885bed058d1fb9ea497f4b5 Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Thu, 11 Jul 2024 14:02:18 +0200 Subject: [PATCH] Also compile UITests with Swift 6 mode --- .github/workflows/build-and-test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 763df9db..457d3887 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -79,6 +79,17 @@ jobs: scheme: TestApp resultBundle: TestApp-iOS.xcresult artifactname: TestApp-iOS.xcresult + buildandtestuitests_ios_latest: + name: Build and Test UI Tests iOS Latest + uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 + with: + runsonlabels: '["macOS", "self-hosted"]' + path: Tests/UITests + scheme: TestApp + xcodeversion: latest + swiftVersion: 6 + resultBundle: TestApp-iOS-Latest.xcresult + artifactname: TestApp-iOS-Latest.xcresult buildandtestuitests_visionos: name: Build and Test UI Tests visionOS uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2