Skip to content

Commit b4be216

Browse files
authored
Update CI workflow for Flipcash configuration
1 parent cf8a594 commit b4be216

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)