Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Nov 4, 2021
1 parent 80b8ccd commit 5cfc0e0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 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
1 change: 1 addition & 0 deletions client/src/test/resources/docker-compose-casigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ services:
- 13000
- 13002
volumes:
- ./data/graph:/data/graph:Z
- ./logs/graph:/logs:Z
- ./ssl:/share/resources:Z
networks:
Expand Down
5 changes: 3 additions & 2 deletions client/src/test/resources/docker-compose-selfsigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- 11000
- 11002
volumes:
- ./data/meta:/data/meta:Z
- ./data/meta_self:/data/meta:Z
- ./logs/meta:/logs:Z
- ./ssl:/share/resources:Z
networks:
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
- 12000
- 12002
volumes:
- ./data/storage:/data/storage:Z
- ./data/storage_self:/data/storage:Z
- ./logs/storage:/logs:Z
- ./ssl:/share/resources:Z
networks:
Expand Down Expand Up @@ -118,6 +118,7 @@ services:
- 13000
- 13002
volumes:
- ./data/graph_self:/data/graph:Z
- ./logs/graph:/logs:Z
- ./ssl:/share/resources:Z
networks:
Expand Down

0 comments on commit 5cfc0e0

Please sign in to comment.