Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aressu1985 authored May 28, 2024
1 parent c4b7fa8 commit 7d3fef8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 7d3fef8

Please sign in to comment.