Build Authelia before running unit test to generate conf schema.

pull/330/head
Clement Michaud 2019-02-24 10:03:38 +01:00
parent 4c138c1f27
commit 9f9162c811
1 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@ docker-compose --version
echo "node `node -v`"
echo "npm `npm -v`"
# Run unit tests
authelia-scripts unittest
# Build
authelia-scripts build
# Run unit tests
authelia-scripts unittest
# Run integration tests
authelia-scripts test --headless test/suites/**/*.ts