Skip to content

Commit 4bc702a

Browse files
committed
build: fix ci
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent d71162e commit 4bc702a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@ jobs:
5454
- name: Setup Mixpanel API Key
5555
run: echo MIXPANEL_API_KEY=\"${{ secrets.MIXPANEL_API_KEY }}\" >> ./local.properties
5656

57-
- name: Run tests
58-
run: bundle exec fastlane android test
57+
- name: Run Code tests
58+
run: bundle exec fastlane android code_tests
59+
60+
- name: Run Flipchat tests
61+
run: bundle exec fastlane android fc_tests

0 commit comments

Comments
 (0)