From 1965d0fcc778d4d93f676f9f7400d968eb9fe470 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Fri, 3 Aug 2018 11:46:13 -0400 Subject: [PATCH] Compile assets before running CI tests --- script/cibuild | 3 +++ 1 file changed, 3 insertions(+) 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