From 09ff9e705fb9b4c0327a4eee78f186994b07ef13 Mon Sep 17 00:00:00 2001 From: aressu1985 <47846308+aressu1985@users.noreply.github.com> Date: Tue, 28 May 2024 18:31:20 +0800 Subject: [PATCH] Update ci.yml (#166) --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 062bd093c..f4c430bb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,8 @@ jobs: path: ./head ref: main - - name: Set up Go - uses: ./head/.github/actions/setup_env + - name: Set up ENV + uses: matrixorigin/CI/actions/setup-env@main - name: Build MatrixOne run: | @@ -81,13 +81,6 @@ jobs: fetch-depth: '3' path: ./mo-tester - - name: Set up JDK 8 for x64 - uses: actions/setup-java@v3 - with: - java-version: '8' - distribution: 'adopt' - architecture: x64 - - name: Start BVT Test id: bvt_on_pr_version run: |