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

This commit is contained in:
Andrei Stoica 2023-05-15 18:09:12 -04:00
parent f2c76945c4
commit fff856afdc
1 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,14 @@ steps:
- docker-compose -p rgraph-test up -d
- name: test
image: python:3.10-alpine
environment:
POSTGRES_USER:
from_secret: TESTING_USER
POSTGRES_PASSWORD:
from_secret: TESTING_PASSWORD
POSTGRES_DB:
from_secret: TESTING_DB
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
commands:
- python -m venv .venv
- . .venv/bin/activate