Skip to content

Commit f0f1fce

Browse files
committed
retry
1 parent b3b4681 commit f0f1fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Coder Desktop/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ fmt:
1313
swiftformat $(FMTFLAGS) .
1414

1515
test:
16-
LC_ALL="en_US.UTF-8" \
1716
xcodebuild test \
1817
-project $(PROJECT) \
1918
-scheme $(SCHEME) \
2019
-testPlan $(SCHEME) \
2120
-skipPackagePluginValidation \
2221
CODE_SIGNING_REQUIRED=NO \
23-
CODE_SIGNING_ALLOWED=NO | xcpretty
22+
CODE_SIGNING_ALLOWED=NO \
23+
| LC_ALL="en_US.UTF-8" xcpretty
2424

2525
lint:
2626
swiftlint \

0 commit comments

Comments
 (0)