Skip to content

Commit

Permalink
trigger maven cache invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
coderzc committed Nov 25, 2022
1 parent cb5aaf2 commit 39714ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
sleep 5
curl localhost:9000
kubectl get nodes
- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
# - name: Cache Maven packages
# uses: actions/cache@v3
# with:
# path: ~/.m2
# key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
# restore-keys: ${{ runner.os }}-m2

- name: Prepare env and service
run: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>hugegraph-computer</name>
<url>https://github.com/apache/hugegraph-computer</url>
<description>
hugegraph-computer is a fast-speed, highly-scalable, fault-tolerance graph processing system developed by baidu.
hugegraph-computer is a fast-speed, highly-scalable, fault-tolerance graph processing system developed by apache.
</description>

<inceptionYear>2020</inceptionYear>
Expand Down

0 comments on commit 39714ea

Please sign in to comment.