Update CircleCI config

This commit is contained in:
Pablo Bonilla 2021-07-04 18:43:29 -06:00
parent 4af41eff43
commit 7fd3aeca93
No known key found for this signature in database
GPG Key ID: 46877262B8DE47E2
1 changed files with 8 additions and 3 deletions

View File

@ -11,11 +11,16 @@ jobs:
- run:
name: Build
command: mvn -B -DskipTests clean package -P prod
# - run:
# name: Test
# command: mvn test -P prod
- run:
name: Test
command: mvn test -P prod
workflows:
datasurvey:
jobs:
- build-and-test
filters:
branches:
only:
- main
- qa