Testing test CI DB
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
58317c7359
commit
1ed00734ae
|
|
@ -1,12 +1,17 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
path: /
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: unittest
|
- name: unittest
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements_test.txt
|
- pip install -r requirements_test.txt
|
||||||
- ./scripts/run_tests.sh
|
- ./scripts/setup.sh
|
||||||
|
- ./scripts/tests.sh
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
cd lockbox
|
||||||
|
python manage.py migrate_schemas
|
||||||
Loading…
Reference in New Issue