Compile assets before running CI tests

This commit is contained in:
Patrick Smith 2018-08-03 11:46:13 -04:00
parent 2933ec2e7a
commit 1965d0fcc7

View File

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