diff --git a/.circleci/config.yml b/.circleci/config.yml index 3035fbc..4ebd6b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,5 +39,10 @@ workflows: build: jobs: - yarninstall - - yarnlint - - unittest \ No newline at end of file + - yarnlint: + requires: + - yarninstall + - unittest: + requires: + - yarninstall + - yarnlint \ No newline at end of file