Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
add failsafe int test to circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneseschrig committed Jun 17, 2020
1 parent 45fafc0 commit d0fa334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d0fa334

Please sign in to comment.