diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 69beecfb..53f24a28 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -31,7 +31,7 @@ jobs: pushd tmp git clone https://github.com/vesoft-inc/nebula-docker-compose.git pushd nebula-docker-compose/ - cp ../../common/src/test/resources/docker-compose.yaml . + cp ../../exchange-common/src/test/resources/docker-compose.yaml . docker-compose up -d sleep 10 popd diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index de6ad558..68cf47b0 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -33,7 +33,7 @@ jobs: pushd tmp git clone https://github.com/vesoft-inc/nebula-docker-compose.git pushd nebula-docker-compose/ - cp ../../common/src/test/resources/docker-compose.yaml . + cp ../../exchange-common/src/test/resources/docker-compose.yaml . docker-compose up -d sleep 10 popd diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ad482927..affa485f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,7 +36,7 @@ jobs: pushd tmp git clone https://github.com/vesoft-inc/nebula-docker-compose.git pushd nebula-docker-compose/ - cp ../../common/src/test/resources/docker-compose.yaml . + cp ../../exchange-common/src/test/resources/docker-compose.yaml . docker-compose up -d sleep 10 popd