Skip to content

Commit 294adbe

Browse files
committed
run tests and ktlint before building internal release
1 parent b15b68e commit 294adbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fastlane/Fastfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ lane :production do
3434

3535
Dir.chdir("..") do
3636
gradle(task: "testDebugUnitTest")
37+
gradle(task: "testDebugUnitTest")
3738
end
3839

3940
github_token = prompt(
@@ -110,6 +111,9 @@ lane :internal do
110111

111112
Dir.chdir("..") do
112113
# Release the free build to GitHub because billing only works if signed by Google Play
114+
gradle(task: "ktlintFormat")
115+
gradle(task: "ktlintCheck")
116+
gradle(task: "testDebugUnitTest")
113117
gradle(task: "app:bundleRelease")
114118
end
115119

0 commit comments

Comments
 (0)