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 "node `node -v`"
|
||||||
echo "npm `npm -v`"
|
echo "npm `npm -v`"
|
||||||
|
|
||||||
# Run unit tests
|
|
||||||
authelia-scripts unittest
|
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
authelia-scripts build
|
authelia-scripts build
|
||||||
|
|
||||||
|
# Run unit tests
|
||||||
|
authelia-scripts unittest
|
||||||
|
|
||||||
# Run integration tests
|
# Run integration tests
|
||||||
authelia-scripts test --headless test/suites/**/*.ts
|
authelia-scripts test --headless test/suites/**/*.ts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue