Skip to content

Commit

Permalink
only build observablescreen sample
Browse files Browse the repository at this point in the history
  • Loading branch information
watt committed Jun 19, 2024
1 parent b6b5039 commit e2a4c9f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,15 @@ jobs:
-project Workflow.xcodeproj \
-scheme "ObservableScreen" \
-destination "$IOS_DESTINATION" \
-skipMacroValidation \
test
build
- name: ObservableScreen - macOS
run: |
xcodebuild \
-project Workflow.xcodeproj \
-scheme "ObservableScreen" \
-destination "platform=macOS" \
-skipMacroValidation \
test
build
spm:
runs-on: macos-latest
Expand All @@ -109,15 +107,13 @@ jobs:
xcodebuild \
-scheme "Workflow-Package" \
-destination "$IOS_DESTINATION" \
-skipMacroValidation \
test
- name: Swift Package Manager - macOS
run: |
xcodebuild \
-scheme "Workflow-Package" \
-destination "platform=macOS" \
-skipMacroValidation \
test
tutorial:
Expand Down

0 comments on commit e2a4c9f

Please sign in to comment.