mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
don't build release builds in CI, because it wants to upload to crashlytics
This commit is contained in:
parent
3ec0c5fd32
commit
5bef2fc9cf
1 changed files with 0 additions and 2 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -38,7 +38,5 @@ jobs:
|
|||
uses: actions/setup-java@master
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build java code
|
||||
run: bash ./gradlew build
|
||||
- name: Unit tests
|
||||
run: bash ./gradlew test --stacktrace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue