Cleanup.
This commit is contained in:
parent
d07069a001
commit
641f11767d
1 changed files with 3 additions and 4 deletions
|
@ -23,13 +23,12 @@ jobs:
|
|||
command: ./gradlew dependencies
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/.m2
|
||||
paths: ~/.m2
|
||||
key: gradle-dependencies-{{ checksum "build.gradle" }}
|
||||
|
||||
- run:
|
||||
name: Run Tests
|
||||
command: ./gradlew test
|
||||
name: Run All Checks
|
||||
command: ./gradlew check
|
||||
|
||||
- run:
|
||||
name: Save Test Results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue