Skip to content

Commit

Permalink
Fix tests and ui tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Feb 16, 2024
1 parent 64e88f5 commit f79175a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/SpeziViews/Views/Layout/DescriptionGridRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct DescriptionGridRow_Previews: PreviewProvider {
}
}
.padding(32)
#if !os(tvOS) && !os(macOS)
#if os(iOS)
.background(Color(.systemGroupedBackground))
#endif
}
Expand Down

0 comments on commit f79175a

Please sign in to comment.