Compile assets before running CI tests

This commit is contained in:
Patrick Smith 2018-08-03 11:46:13 -04:00 committed by richard-dds
parent 4f21c39be5
commit 55ff2cf9f2

View File

@ -16,5 +16,8 @@ PYTHON_FILES="./app.py ./atst ./config"
# Enable Python testing
RUN_PYTHON_TESTS="true"
# Compile assets
yarn build
# Run the shared test script
source ./script/include/run_test