Forbid test selected with only in CI.

This commit is contained in:
Clement Michaud 2019-03-22 15:02:15 +01:00
parent 6a19f7eb91
commit 9366741980

View File

@ -25,13 +25,13 @@ docker-compose -f docker-compose.yml \
authelia-scripts build authelia-scripts build
# Run unit tests # Run unit tests
authelia-scripts unittest authelia-scripts unittest --forbid-only
# Build the docker image # Build the docker image
authelia-scripts docker build authelia-scripts docker build
# Run integration tests # Run integration tests
authelia-scripts suites test --headless authelia-scripts suites test --headless --forbid-only
# Test npm deployment before actual deployment # Test npm deployment before actual deployment
# ./scripts/npm-deployment-test.sh # ./scripts/npm-deployment-test.sh