diff --git a/.circleci/config.yml b/.circleci/config.yml index 345feec..e33a9f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,11 @@ workflows: - lint - test - endtoend + filters: + branches: + only: + - main + @@ -90,7 +95,6 @@ jobs: - checkout - restore_cache: key: yarn-packages-{{ checksum "yarn.lock" }} - - run: dockerize -wait tcp://localhost:5432 -timeout 1m - run: yarn test:e2e