Fix Circle CI
This commit is contained in:
parent
6c58c30b67
commit
e1790def52
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@ jobs:
|
|||
- restore_cache:
|
||||
key: jars-{{ checksum "build.gradle" }}
|
||||
- restore_cache:
|
||||
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
|
||||
key: go-{{ checksum "app/src/main/go/v2ray-plugin/go.sum" }}
|
||||
- run:
|
||||
name: Run Build and Tests
|
||||
command: ./gradlew assembleDebug check
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/go
|
||||
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
|
||||
key: go-{{ checksum "app/src/main/go/v2ray-plugin/go.sum" }}
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/.gradle
|
||||
|
|
Loading…
Reference in a new issue