This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new c2f73024f Use latest dubbo cache to build samples (#1279)
c2f73024f is described below
commit c2f73024f422c0cfc688f8780e8e9b926afba8db
Author: zrlw <[email protected]>
AuthorDate: Mon Jan 5 15:51:21 2026 +0800
Use latest dubbo cache to build samples (#1279)
---
.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 623530897..85ef3ff35 100644
--- a/.github/workflows/dubbo-3_3.yml
+++ b/.github/workflows/dubbo-3_3.yml
@@ -52,6 +52,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:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]