Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Nov 3, 2021
1 parent 5191536 commit 80b8ccd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-

- name: Install nebula-graph
run: |
mkdir tmp
pushd tmp
git clone https://github.com/vesoft-inc/nebula-docker-compose.git
pushd nebula-docker-compose/
cp ../../client/src/test/resources/docker-compose.yaml .
docker-compose up -d
sleep 30
docker-compose ps
popd
popd
# - name: Install nebula-graph
# run: |
# mkdir tmp
# pushd tmp
# git clone https://github.com/vesoft-inc/nebula-docker-compose.git
# pushd nebula-docker-compose/
# cp ../../client/src/test/resources/docker-compose.yaml .
# docker-compose up -d
# sleep 30
# docker-compose ps
# popd
# popd

- name: Install nebula-graph with CA SSL
run: |
Expand Down

0 comments on commit 80b8ccd

Please sign in to comment.