From e61836876f1c5a7b4cfe0ad103f3f35c8a55fda9 Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Tue, 7 Jul 2020 19:36:59 +0300 Subject: [PATCH] run tests to check if server is up --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f1b5694b1..38e8a2e4b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,9 +78,7 @@ jobs: - travis_retry travis_wait 90 mvn -B install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -q - travis_wait 5 bash scripts/downloadInstaller.sh $AUTOMATION_COMMUNITY_PATH/target install: travis_wait 20 mvn install -Pinstall-alfresco,apply-rm-community -q -f $AUTOMATION_COMMUNITY_PATH/pom.xml - script: - - echo "Community Rest API Tests" - - curl --output /dev/null --silent --head --fail http://localhost:8080/alfresco + script: travis_wait 90 mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_COMMUNITY_PATH/pom.xml - name: "Enterprise Rest API Tests" stage: Tests before_install: