This commit is contained in:
@@ -28,6 +28,7 @@ steps:
|
||||
- . .venv/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
- pip install .
|
||||
- pytest
|
||||
- name: db-down
|
||||
image: docker/compose:alpine-1.29.2
|
||||
volumes:
|
||||
@@ -35,6 +36,7 @@ steps:
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker-compose -p rgraph-test down
|
||||
- docker volume rm rgraph-test_dbdata
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
host:
|
||||
|
||||
Reference in New Issue
Block a user