diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b6ed2a..19c9f8b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,12 +12,8 @@ workflows: - yarn tests: jobs: - - test: - requires: - - yarn - - e2e: - requires: - - yarn + - test + - e2e jobs: hello: