Skip to content

Commit c24b7d7

Browse files
committed
fix: add emoji generation for all tests
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent edac1f1 commit c24b7d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ default_platform(:android)
1818
platform :android do
1919
desc "Runs all the tests for Code"
2020
lane :code_tests do
21+
gradle(task: "generateEmojiList")
2122
gradle(task: "apps:codeApp:testDebug")
2223
end
2324

@@ -29,6 +30,7 @@ platform :android do
2930

3031
desc "Runs all the tests for Flipcash"
3132
lane :flipcash_tests do
33+
gradle(task: "generateEmojiList")
3234
gradle(task: "app:flipcash:app:testDebug")
3335
end
3436

0 commit comments

Comments
 (0)