Added flask database migration test to CI
This commit is contained in:
parent
7e0384d698
commit
8a080f3eff
2 changed files with 29 additions and 0 deletions
|
@ -54,6 +54,12 @@ test:pylint:
|
|||
- pylint app
|
||||
allow_failure: true
|
||||
|
||||
test:migration:
|
||||
script:
|
||||
- cp config.yaml.example config.yaml
|
||||
- pip install -r requirements.txt --quiet
|
||||
- sh scripts/test_migrate.sh
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue