Skip to content

Commit

Permalink
fix(ci): add required jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulongcheng committed Dec 16, 2018
1 parent eddbf27 commit a1f3ca5
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 @@ -122,10 +122,12 @@ workflows:
only:
- master
jobs:
- gotest
- jstest
- deploy:
requires:
- gotest
- jstest
filters:
branches:
only: master
only: master

0 comments on commit a1f3ca5

Please sign in to comment.