Skip to content

Commit fa4c56b

Browse files
authored
gh-action: refactor android ci (#1973)
1 parent 59ed775 commit fa4c56b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
# developers.google.com/android/guides/google-services-plugin#adding_the_json_file
2929
run: |
3030
mkdir -p app/src/debug
31-
echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/src/debug/google-services.json
31+
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 }}
3236
- name: 🚂 Build
3337
if: success()
3438
run: ./gradlew assembleWebsiteFullDebug --info --warning-mode all

0 commit comments

Comments
 (0)