Skip to content

Commit 24d1092

Browse files
committed
retry
1 parent 18d50db commit 24d1092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Coder Desktop/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ test:
1616
xcodebuild test \
1717
-project $(PROJECT) \
1818
-scheme $(SCHEME) \
19-
-testPlan $(SCHEME)
19+
-testPlan $(SCHEME) \
20+
-skipPackagePluginValidation
2021

2122
lint:
2223
swiftlint --strict --quiet $(LINTFLAGS)

0 commit comments

Comments
 (0)