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 59ed775 commit fa4c56bCopy full SHA for fa4c56b
1 file changed
.github/workflows/android.yml
@@ -28,7 +28,11 @@ jobs:
28
# developers.google.com/android/guides/google-services-plugin#adding_the_json_file
29
run: |
30
mkdir -p app/src/debug
31
- echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/src/debug/google-services.json
+ echo "${GSCV_TEST_JSON}" > app/src/debug/google-services.json
32
+ # expected: l:29 w:45 m:691
33
+ wc -lwm app/src/debug/google-services.json
34
+ env:
35
+ GSCV_TEST_JSON: ${{ secrets.GOOGLE_SERVICES_TEST_JSON }}
36
- name: 🚂 Build
37
if: success()
38
run: ./gradlew assembleWebsiteFullDebug --info --warning-mode all
0 commit comments