Skip to content

Commit d2e327e

Browse files
committed
Merge branch 'main' into use-nvim-queries
2 parents 7721ab0 + 05918bb commit d2e327e

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)