drone-ci testing
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
d0a706433d
commit
40353e8c85
|
|
@ -18,6 +18,13 @@ steps:
|
||||||
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
||||||
commands:
|
commands:
|
||||||
- docker-compose -p rgraph-test up -d
|
- docker-compose -p rgraph-test up -d
|
||||||
|
- name: test
|
||||||
|
image: python:3.10-alpine
|
||||||
|
commands:
|
||||||
|
- python -m venv .venv
|
||||||
|
- . .venv/bin/activate
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- pytest
|
||||||
- name: db-down
|
- name: db-down
|
||||||
image: docker/compose:alpine-1.29.2
|
image: docker/compose:alpine-1.29.2
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue