mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-23 07:21:52 +01:00
Use gradlew build instead of assemble and test
This commit is contained in:
parent
46a0aa0741
commit
dd4bbdd547
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew clean assembleDebug assembleRelease testDebug
|
||||
run: ./gradlew clean build
|
||||
- name: Android Emulator Runner
|
||||
uses: ReactiveCircus/android-emulator-runner@v2.5.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user