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

This commit is contained in:
Andrei Stoica 2023-05-15 17:44:10 -04:00
parent 285533ea61
commit d0a706433d
1 changed files with 7 additions and 1 deletions

View File

@ -17,8 +17,14 @@ steps:
from_secret: TESTING_DB
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
commands:
- echo $${POSTGRES_USER}
- docker-compose -p rgraph-test up -d
- name: db-down
image: docker/compose:alpine-1.29.2
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker-compose -p rgraph-test down
volumes:
- name: docker_sock
host: