Skip to content

Commit

Permalink
chore: use correct gradle task for running tests, enable releases to …
Browse files Browse the repository at this point in the history
…production
  • Loading branch information
tronghn committed Aug 29, 2019
1 parent a6aa233 commit 3ab28e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- barkendeploy/gradle-cache-restore
- run:
name: Run tests
command: ./gradlew clean test
command: ./gradlew clean check
- barkendeploy/junit-test-results-store
- barkendeploy/gradle-cache-persist
build-and-push-docker:
Expand Down Expand Up @@ -88,9 +88,9 @@ workflows:
- create-deployment:
cluster: dev-fss
config_path: .nais/config-dev.json
#- deploy:
# cluster: prod-fss
# config_path: .nais/config-prod.json
- create-deployment:
cluster: prod-fss
config_path: .nais/config-prod.json
build-and-deploy-branch:
when: << pipeline.parameters.deploy_branch >>
jobs:
Expand Down

0 comments on commit 3ab28e8

Please sign in to comment.