Skip to content

Commit

Permalink
[FIX] #67 테스트용 test job 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cbinarycastle committed Jan 26, 2019
1 parent c8699e7 commit f710868
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ commands:
- ~/.gradle
key: v1-dependencies-{{ checksum "build.gradle" }}
jobs:
test:
override:
- "true"
build:
<<: *settings
steps:
Expand Down Expand Up @@ -61,7 +64,10 @@ workflows:
version: 2
build-deploy:
jobs:
- test
- build:
requires:
- test
filters:
branches:
only:
Expand Down

0 comments on commit f710868

Please sign in to comment.