File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,19 +38,16 @@ jobs:
3838 with :
3939 fileName : google-services.json
4040 fileDir : ./apps/flipcash/app/src
41- encodedString : ${{ secrets.FLIPCASH_GOOGLE_SERVICES_JSON }}
41+ encodedString : ${{ secrets.FLIPCASH2_GOOGLE_SERVICES_JSON }}
4242
4343 - name : Setup BugSnag API Key
4444 run : echo BUGSNAG_API_KEY=\"${{ secrets.FLIPCASH_BUGSNAG_API_KEY }}\" > ./local.properties
45-
46- - name : Setup Fingerprint API Key
47- run : echo FINGERPRINT_API_KEY=${{ secrets.FINGERPRINT_API_KEY }} >> ./local.properties
48-
45+
4946 - name : Setup Google Cloud Project Number
5047 run : echo GOOGLE_CLOUD_PROJECT_NUMBER=${{ secrets.GOOGLE_CLOUD_PROJECT_NUMBER }} >> ./local.properties
5148
5249 - name : Setup Mixpanel API Key
5350 run : echo MIXPANEL_API_KEY=\"${{ secrets.FLIPCASH_MIXPANEL_API_KEY }}\" >> ./local.properties
5451
55- - name : Run Code tests
52+ - name : Run Flipcash tests
5653 run : bundle exec fastlane android flipcash_tests
You can’t perform that action at this time.
0 commit comments