CI: Rename build task to test
To clarify that it is running the unit tests too.
This commit is contained in:
parent
2d24a54033
commit
d578327385
@ -5,7 +5,7 @@ cache:
|
|||||||
- .gradle/wrapper
|
- .gradle/wrapper
|
||||||
- .gradle/caches
|
- .gradle/caches
|
||||||
|
|
||||||
build:
|
test:
|
||||||
script:
|
script:
|
||||||
- export GRADLE_USER_HOME=$PWD/.gradle
|
- export GRADLE_USER_HOME=$PWD/.gradle
|
||||||
- ./gradlew assemble -PdisablePreDex
|
- ./gradlew assemble -PdisablePreDex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user