diff --git a/.circleci/config.yml b/.circleci/config.yml index f44bf9b..c154e93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,12 +8,18 @@ jobs: - image: cimg/node:20.10 steps: - checkout + - run : sleep 1000 workflows: build-test-deploy: jobs: - - test-coordinator - - test-unit + - test-unit + - test-coordinator: + requires: + - test-unit + + #test + + -#test