diff --git a/.circleci/config.yml b/.circleci/config.yml index 2260b7c..6f1dfc2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,3 +20,8 @@ jobs: command: | curl --retry-delay 5 --retry 10 --retry-connrefused https://localhost:3000 npm run cypress:run + +workflows: + test: + jobs: + - test