mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
mock more config files for CI
This commit is contained in:
parent
ffd0a40fd1
commit
341ac5ead6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -11,10 +11,12 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- name: Checkout submodules
|
||||
uses: textbook/git-checkout-submodule-action@master
|
||||
- name: Mock google services
|
||||
- name: Mock config files for CI
|
||||
run: |
|
||||
rm ./app/google-services.json
|
||||
cp ./app/google-services-example.json ./app/google-services.json
|
||||
cp ./app/special/mapbox-token.xml ./app/src/main/res/values/
|
||||
cp ./app/special/curfirmwareversion.xml ./app/src/main/res/values/
|
||||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue