Removed e2e

This commit is contained in:
Marcin Grzejszczak
2018-04-13 16:48:36 +02:00
parent b79e44b5d7
commit 509929152c

View File

@@ -25,9 +25,6 @@ jobs:
- run:
name: "Running build"
command: ./mvnw -s .settings.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install -U -P sonar -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- run:
name: "Running e2e with documentation apps"
command: ./scripts/runAcceptanceTestsOfDocApps.sh
- run:
name: "Aggregate test results"
when: always