diff --git a/.circleci/config.yml b/.circleci/config.yml index ae131f7cda..29e1c08f6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,9 @@ jobs: paths: - ~/.m2 key: cwa-server-{{ checksum "~/pom-checksum" }} - - run: mvn --batch-mode package + - run: + name: Test and Package + command: mvn failsafe:integration-test --batch-mode package - run: name: Save test results command: |