This is an automated email from the ASF dual-hosted git repository. jianglongtao pushed a commit to branch fix-33341 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 4cb37e0d22220ef22d3cbaf7ac5ae22fc8d251a5 Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Thu Sep 5 12:32:26 2024 +0800 Refactor : update the .m2 folder --- .github/workflows/workflow-dispatch-e2e-sql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow-dispatch-e2e-sql.yml b/.github/workflows/workflow-dispatch-e2e-sql.yml index b8fb2c0c0b0..54c036bb0c7 100644 --- a/.github/workflows/workflow-dispatch-e2e-sql.yml +++ b/.github/workflows/workflow-dispatch-e2e-sql.yml @@ -105,6 +105,8 @@ jobs: scenario: empty_storage_units steps: - uses: actions/checkout@v4 + - name: Init Environment + run: mkdir -p ~/.m2/dbplus-engine-honor/${{ github.ref_name }}/repository/ - uses: actions/cache@v4 with: path: ~/.m2/dbplus-engine-honor/${{ github.ref_name }}/repository/
