Skip to content

Commit 05918bb

Browse files
Fix Tests Not Finding Destination
1 parent 331d5db commit 05918bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/scripts/tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ export LC_CTYPE=en_US.UTF-8
1616
set -o pipefail && arch -"${ARCH}" xcodebuild \
1717
-scheme CodeEditLanguages \
1818
-derivedDataPath ".build" \
19-
-destination "platform=macos,arch=${ARCH}" \
20-
clean test | xcpretty
19+
-destination "platform=macOS,arch=${ARCH},name=My Mac" \
20+
-skipPackagePluginValidation \
21+
clean test | xcpretty

0 commit comments

Comments
 (0)