Build Authelia before running unit test to generate conf schema.
parent
4c138c1f27
commit
9f9162c811
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue