From e2a4c9f776a2f2a715857c8be977b0165aeeabb7 Mon Sep 17 00:00:00 2001 From: Andrew Watt Date: Tue, 18 Jun 2024 17:52:47 -0700 Subject: [PATCH] only build observablescreen sample --- .github/workflows/swift.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/swift.yaml b/.github/workflows/swift.yaml index b4ae678e..1edf7d0b 100644 --- a/.github/workflows/swift.yaml +++ b/.github/workflows/swift.yaml @@ -78,8 +78,7 @@ jobs: -project Workflow.xcodeproj \ -scheme "ObservableScreen" \ -destination "$IOS_DESTINATION" \ - -skipMacroValidation \ - test + build - name: ObservableScreen - macOS run: | @@ -87,8 +86,7 @@ jobs: -project Workflow.xcodeproj \ -scheme "ObservableScreen" \ -destination "platform=macOS" \ - -skipMacroValidation \ - test + build spm: runs-on: macos-latest @@ -109,7 +107,6 @@ jobs: xcodebuild \ -scheme "Workflow-Package" \ -destination "$IOS_DESTINATION" \ - -skipMacroValidation \ test - name: Swift Package Manager - macOS @@ -117,7 +114,6 @@ jobs: xcodebuild \ -scheme "Workflow-Package" \ -destination "platform=macOS" \ - -skipMacroValidation \ test tutorial: