Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/merge-trigger-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v6
with:
path: ./matrixone
ref: ${{ github.event.pull_request.base.ref }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
with:
Expand Down Expand Up @@ -62,7 +63,7 @@ jobs:
with:
repository: matrixorigin/mo-tester
path: ./mo-tester
ref: main
ref: 3.0-dev

- name: Check Java Version
run: java -version
Expand Down Expand Up @@ -134,6 +135,7 @@ jobs:
uses: actions/checkout@v6
with:
path: ./head
ref: ${{ github.event.pull_request.base.ref }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
with:
Expand All @@ -159,7 +161,7 @@ jobs:
with:
repository: matrixorigin/mo-tester
path: ./mo-tester
ref: main
ref: 3.0-dev
- name: Set up JDK 8 for x64
run: echo "$JAVA_HOME/bin" >> $GITHUB_PATH
- name: Start BVT Test
Expand Down