This commit is contained in:
@@ -20,6 +20,14 @@ steps:
|
|||||||
- docker-compose -p rgraph-test up -d
|
- docker-compose -p rgraph-test up -d
|
||||||
- name: test
|
- name: test
|
||||||
image: python:3.10-alpine
|
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:
|
commands:
|
||||||
- python -m venv .venv
|
- python -m venv .venv
|
||||||
- . .venv/bin/activate
|
- . .venv/bin/activate
|
||||||
|
|||||||
Reference in New Issue
Block a user