Skip to content

Commit 3958af5

Browse files
committed
Refine Circle CI
1 parent f7bf0b8 commit 3958af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
- restore_cache:
1414
key: jars-{{ checksum "build.gradle" }}
1515
- restore_cache:
16-
key: go
16+
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
1717
- run:
1818
name: Run Build and Tests
1919
command: ./gradlew assembleDebug check
2020
- save_cache:
2121
paths:
2222
- ~/go
23-
key: go
23+
key: go-{{ checksum "app/src/go/v2ray-plugin/go.sum" }}
2424
- save_cache:
2525
paths:
2626
- ~/.gradle

0 commit comments

Comments
 (0)