Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify ci #149

Merged
merged 14 commits into from
Sep 15, 2023
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
Loading