mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Update CI
This commit is contained in:
parent
c39ceafeb9
commit
d39f8b6c41
1 changed files with 2 additions and 4 deletions
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
|
|
@ -8,12 +8,11 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
submodules: true
|
||||
- name: Loading secrets
|
||||
env:
|
||||
gservices: ${{ secrets.gservices }}
|
||||
|
|
@ -30,7 +29,6 @@ jobs:
|
|||
|
||||
mkdir -p ~/.gradle
|
||||
echo "MAPBOX_DOWNLOADS_TOKEN=$mapboxtoken" >>~/.gradle/gradle.properties
|
||||
|
||||
- name: Mock curfirmware version for CI
|
||||
run: |
|
||||
rm ./app/src/main/res/values/curfirmwareversion.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue