Use real Google Maps API key with Github secrets

pull/315/head
Loren M. Lang 2022-01-02 18:03:33 -08:00
rodzic 7a9ea4d3cb
commit 980ff16b7b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ jobs:
cache: gradle
- name: Create properties file with empty API key
run: echo mapsApiKey=a >> local.properties
run: echo mapsApiKey="\"${{ secrets.mapsApiKey }}\"" >> local.properties
- name: Build with Gradle
run: ./gradlew assembleDebug --stacktrace
- name: Run Unit Tests