drone-ci testing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Andrei Stoica 2023-05-15 22:45:30 -04:00
parent 97b7c2b8ea
commit 13250151ea
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ steps:
- . .venv/bin/activate - . .venv/bin/activate
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install . - pip install .
- pytest
- name: db-down - name: db-down
image: docker/compose:alpine-1.29.2 image: docker/compose:alpine-1.29.2
volumes: volumes:
@ -35,6 +36,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- docker-compose -p rgraph-test down - docker-compose -p rgraph-test down
- docker volume rm rgraph-test_dbdata
volumes: volumes:
- name: docker_sock - name: docker_sock
host: host: