We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71162e commit 4bc702aCopy full SHA for 4bc702a
.github/workflows/ci.yml
@@ -54,5 +54,8 @@ jobs:
54
- name: Setup Mixpanel API Key
55
run: echo MIXPANEL_API_KEY=\"${{ secrets.MIXPANEL_API_KEY }}\" >> ./local.properties
56
57
- - name: Run tests
58
- run: bundle exec fastlane android test
+ - name: Run Code tests
+ run: bundle exec fastlane android code_tests
59
+
60
+ - name: Run Flipchat tests
61
+ run: bundle exec fastlane android fc_tests
0 commit comments