Skip to content

Commit 8fe2071

Browse files
committed
ci: run all module tests in flipcash_tests lane
The lane previously only ran :app:flipcash:app:testDebug, missing tests in shared modules, features, libs, and services. Run root testDebug to cover all registered modules.
1 parent 1e6b0a2 commit 8fe2071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ platform :android do
3131
desc "Runs all the tests for Flipcash"
3232
lane :flipcash_tests do
3333
gradle(task: "generateEmojiList")
34-
gradle(task: "app:flipcash:app:testDebug")
34+
gradle(task: "testDebug")
3535
end
3636

3737
desc "Runs all the tests for Flipcash2"

0 commit comments

Comments
 (0)