Skip to content

Commit 6ce28f9

Browse files
committed
retry
1 parent 9f9b29b commit 6ce28f9

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
@@ -18,7 +18,8 @@ test:
1818
-scheme $(SCHEME) \
1919
-testPlan $(SCHEME) \
2020
-skipPackagePluginValidation \
21-
CODE_SIGNING_REQUIRED=NO | xcpretty
21+
CODE_SIGNING_REQUIRED=NO \
22+
CODE_SIGNING_ALLOWED=NO | xcpretty
2223

2324
lint:
2425
swiftlint \

0 commit comments

Comments
 (0)