Convert to using workslow with separate jobs

- Split build into app_setup and test jobs
- Add workflow sequence info
- Add DB reset to cibuild since it uses a fresh DB in a new build stage
This commit is contained in:
Devon Mackay
2018-09-07 14:51:50 -04:00
committed by Patrick Smith
parent 26a83df444
commit d77383ad9a
2 changed files with 55 additions and 17 deletions

View File

@@ -13,6 +13,9 @@ PYTHON_FILES="./app.py ./atst/** ./config"
# Enable Python testing
RUN_PYTHON_TESTS="true"
# Reset the DB, since the one script/setup created might not be persisted
RESET_DB="true"
# Check python formatting
source ./script/format check