From 9366741980ed5466a1536195b5ceb7db2b25242b Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Fri, 22 Mar 2019 15:02:15 +0100 Subject: [PATCH] Forbid test selected with only in CI. --- scripts/authelia-scripts-travis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/authelia-scripts-travis b/scripts/authelia-scripts-travis index c5d592a8..0650bc0b 100755 --- a/scripts/authelia-scripts-travis +++ b/scripts/authelia-scripts-travis @@ -25,13 +25,13 @@ docker-compose -f docker-compose.yml \ authelia-scripts build # Run unit tests -authelia-scripts unittest +authelia-scripts unittest --forbid-only # Build the docker image authelia-scripts docker build # Run integration tests -authelia-scripts suites test --headless +authelia-scripts suites test --headless --forbid-only # Test npm deployment before actual deployment # ./scripts/npm-deployment-test.sh