diff --git a/.circleci/config.yml b/.circleci/config.yml index f65341f..39cce1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,8 @@ jobs: - run: name: Run cypress tests command: | - curl --retry-delay 5 --retry 10 --retry-connrefused https://localhost:3000 + ## curl --retry-delay 5 --retry 10 --retry-connrefused https://localhost:3000 + sleep 60 npm run cypress:run workflows: