From f79175a97eebb2f738c7112890ac329b08811264 Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Thu, 15 Feb 2024 18:21:45 -0800 Subject: [PATCH] Fix tests and ui tests? --- .github/workflows/build-and-test.yml | 2 +- Sources/SpeziViews/Views/Layout/DescriptionGridRow.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 360929b..2090ec4 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -91,7 +91,7 @@ jobs: artifactname: TestApp-visionOS.xcresult buildandtestuitests_macos: name: Build and Test UI Tests macOS - uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 + uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@feature/action-updates with: runsonlabels: '["macOS", "self-hosted"]' path: Tests/UITests diff --git a/Sources/SpeziViews/Views/Layout/DescriptionGridRow.swift b/Sources/SpeziViews/Views/Layout/DescriptionGridRow.swift index 27509bb..ddef9a2 100644 --- a/Sources/SpeziViews/Views/Layout/DescriptionGridRow.swift +++ b/Sources/SpeziViews/Views/Layout/DescriptionGridRow.swift @@ -84,7 +84,7 @@ struct DescriptionGridRow_Previews: PreviewProvider { } } .padding(32) - #if !os(tvOS) && !os(macOS) + #if os(iOS) .background(Color(.systemGroupedBackground)) #endif }