diff --git a/script/cibuild b/script/cibuild index 24b7a705..7af22fea 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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