Lines Matching +full:integ +full:- +full:tests
5 runtime-versions:
10 - |
11 if [ ! -z "$INTEGRATION_TEST_ROLE_ARN" ]; then
12 …-role --role-arn "$INTEGRATION_TEST_ROLE_ARN" --role-session-name "integration-tests" --duration-s…
18 …- mvn clean install -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheckstyle.skip -T1C …
19 - JAVA_VERSION=$(java -version 2>&1 | grep -i version | cut -d'"' -f2 | cut -d'.' -f1-1)
20 - echo $JAVA_VERSION
21 - echo $MAVEN_OPTIONS
22 - |
23 if [ "$JAVA_VERSION" -ge "9" ]; then
24 cd test/module-path-tests
26 mvn exec:exec -P integ-tests
29 - mkdir -p codebuild-test-reports
30 - find ./ -name 'TEST-*.xml' -type f -exec cp {} codebuild-test-reports/ \;
34 - 'codebuild-test-reports/**/*'