This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch 1021_fast in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit 5a287b88a94c379e07991acdec2313a42c945e8a Author: Albumen Kevin <[email protected]> AuthorDate: Fri Oct 21 12:24:54 2022 +0800 fix cache --- .github/workflows/build-and-test-3.2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test-3.2.yml b/.github/workflows/build-and-test-3.2.yml index 39a9cb2c33..eb5adf212b 100644 --- a/.github/workflows/build-and-test-3.2.yml +++ b/.github/workflows/build-and-test-3.2.yml @@ -196,9 +196,9 @@ jobs: with: path: ~/.m2/repository/org/apache/dubbo key: ${{ runner.os }}-dubbo-snapshot-${{ github.sha }}-${{ github.run_id }} - restore-keys: | - ${{ runner.os }}-dubbo-snapshot-${{ github.sha }} - ${{ runner.os }}-dubbo-snapshot- + restore-keys: | + ${{ runner.os }}-dubbo-snapshot-${{ github.sha }} + ${{ runner.os }}-dubbo-snapshot- - name: "Test with Maven with Integration Tests" timeout-minutes: 70 run: bash unit-test.sh
