CI/CD working #3

Merged
kitty merged 13 commits from ci_test into develop 2024-04-27 09:56:21 +00:00
3 changed files with 8 additions and 1 deletions
Showing only changes of commit 1ed00734ae - Show all commits

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