Skip to content

Commit

Permalink
Merge branch 'matrixorigin:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aressu1985 authored Sep 15, 2023
2 parents 0773c55 + f63cb70 commit 50c995d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Start MO
run: |
cd $GITHUB_WORKSPACE/head
./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch-tae-CN-tae-DN
./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch
- name: Clone test-tool repository
uses: actions/checkout@v2
Expand All @@ -96,7 +96,7 @@ jobs:
timedatectl status
sleep 60s
cd $GITHUB_WORKSPACE/mo-tester
./run.sh -n -g -p $GITHUB_WORKSPACE/head/test/distributed/cases 2>&1
./run.sh -n -g -p $GITHUB_WORKSPACE/head/test/distributed/cases -e optimistic 2>&1
- name: Check MO-Server Status
if: ${{ always() }}
Expand Down

0 comments on commit 50c995d

Please sign in to comment.