Testing test CI DB
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jordi Loyzaga 2024-04-27 02:47:17 -06:00
parent 58317c7359
commit 1ed00734ae
3 changed files with 8 additions and 1 deletions

View File

@ -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:

2
scripts/setup.sh Executable file
View File

@ -0,0 +1,2 @@
cd lockbox
python manage.py migrate_schemas