Revert "remove after_failure"

This reverts commit 51780e59
This commit is contained in:
Claudia Agache
2020-08-27 10:29:52 +03:00
parent 51780e59ba
commit 2402bb7c44

View File

@@ -76,6 +76,7 @@ jobs:
install: travis_wait 20 mvn -B install -PinstallAlfresco,apply-rm-community -q -f $AUTOMATION_COMMUNITY_PATH/pom.xml
script:
- travis_wait 60 mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_COMMUNITY_PATH/pom.xml -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
after_failure: tail ./target/reports/rm-automation-community-rest-api.log -5000
- name: "Enterprise Rest API Tests"
stage: Tests
before_install: