Skip to content

Commit c9d482b

Browse files
author
Rob Amos
committed
Try the Vexil-Package scheme
1 parent 1d87103 commit c9d482b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ios-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
set -o pipefail && \
4444
NSUnbufferedIO=YES \
45-
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=iOS Simulator,name=iPhone 16e" \
45+
xcrun xcodebuild test -workspace . -scheme Vexil-Package -skipMacroValidation -destination "platform=iOS Simulator,name=iPhone 16e" \
4646
| xcbeautify --renderer github-actions
4747
4848
build-ios:

.github/workflows/macos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
set -o pipefail && \
4444
NSUnbufferedIO=YES \
45-
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=macOS,name=My Mac" \
45+
xcrun xcodebuild test -workspace . -scheme Vexil-Package -skipMacroValidation -destination "platform=macOS,name=My Mac" \
4646
| xcbeautify --renderer github-actions
4747
4848
build-macos:

.github/workflows/tvos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
set -o pipefail && \
4444
NSUnbufferedIO=YES \
45-
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)" \
45+
xcrun xcodebuild test -workspace . -scheme Vexil-Package -skipMacroValidation -destination "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)" \
4646
| xcbeautify --renderer github-actions
4747
4848
build-tvos:

.github/workflows/visionos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
set -o pipefail && \
4444
NSUnbufferedIO=YES \
45-
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=visionOS Simulator,name=Apple Vision Pro,os=2.5" \
45+
xcrun xcodebuild test -workspace . -scheme Vexil-Package -skipMacroValidation -destination "platform=visionOS Simulator,name=Apple Vision Pro,os=2.5" \
4646
| xcbeautify --renderer github-actions
4747
4848
build-visionos:

.github/workflows/watchos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
set -o pipefail && \
4444
NSUnbufferedIO=YES \
45-
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=watchOS Simulator,name=Apple Watch Series 10 (46mm)" \
45+
xcrun xcodebuild test -workspace . -scheme Vexil-Package -skipMacroValidation -destination "platform=watchOS Simulator,name=Apple Watch Series 10 (46mm)" \
4646
| xcbeautify --renderer github-actions
4747
4848
build-watchos:

0 commit comments

Comments
 (0)