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:
committed by
Patrick Smith
parent
26a83df444
commit
d77383ad9a
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user