You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gu...@apache.org on 2022/04/02 19:17:52 UTC

[dubbo] branch 3.0 updated: Enable mvn cache (#9889)

This is an automated email from the ASF dual-hosted git repository.

guohao pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new e4b4306  Enable mvn cache (#9889)
e4b4306 is described below

commit e4b4306818d57c604c38f19cd03e2075019760ca
Author: GuoHao <gu...@gmail.com>
AuthorDate: Sun Apr 3 03:17:12 2022 +0800

    Enable mvn cache (#9889)
---
 .github/workflows/build-and-test-3.yml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/build-and-test-3.yml b/.github/workflows/build-and-test-3.yml
index d28a828..b269cbb 100644
--- a/.github/workflows/build-and-test-3.yml
+++ b/.github/workflows/build-and-test-3.yml
@@ -186,14 +186,13 @@ jobs:
         with:
           repository: 'apache/dubbo-samples'
           ref: master
-# ignore cache, see https://github.com/actions/toolkit/pull/1015
-#      - name: "Cache local Maven repository"
-#        uses: actions/cache@v2
-#        with:
-#          path: ~/.m2/repository
-#          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-#          restore-keys: |
-#            ${{ runner.os }}-maven-
+      - name: "Cache local Maven repository"
+        uses: actions/cache@v2
+        with:
+          path: ~/.m2/repository
+          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+          restore-keys: |
+            ${{ runner.os }}-maven-
       - name: "Restore Dubbo cache"
         uses: actions/cache@v2
         with: