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

zrlw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git


The following commit(s) were added to refs/heads/main by this push:
     new 6374b16d Use latest dubbo cache to build integration cases (#88)
6374b16d is described below

commit 6374b16d7d7eb27abe2ec4ae2bb7969c87edebd3
Author: zrlw <[email protected]>
AuthorDate: Mon Jan 5 16:22:18 2026 +0800

    Use latest dubbo cache to build integration cases (#88)
---
 .github/workflows/dubbo-3_3.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/dubbo-3_3.yml b/.github/workflows/dubbo-3_3.yml
index 477c28f5..a75191ce 100644
--- a/.github/workflows/dubbo-3_3.yml
+++ b/.github/workflows/dubbo-3_3.yml
@@ -43,6 +43,11 @@ jobs:
           key: ${{ runner.os }}-samples-maven-${{ hashFiles('**/pom.xml') }}
           restore-keys: |
             ${{ runner.os }}-samples-maven-
+      - name: Dubbo cache
+        uses: actions/cache@v3
+        with:
+          path: ~/.m2/repository/org/apache/dubbo
+          key: ${{ runner.os 
}}-dubbo-snapshot-${{needs.build-dubbo.outputs.commit_id}}
       - name: Set up JDK 21
         uses: actions/setup-java@v3
         with:

Reply via email to