Compile assets before running CI tests
This commit is contained in:
parent
2933ec2e7a
commit
1965d0fcc7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user