diff --git a/.circleci/config.yml b/.circleci/config.yml index 16bee27..fb00d27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,4 +21,10 @@ jobs: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - - run: yarn run test \ No newline at end of file + - run: yarn run test + + +workflows: + project_workflows: + jobs: + - test \ No newline at end of file