From 6c998838559a1ee008a41904cbe42a2aa46302f2 Mon Sep 17 00:00:00 2001 From: Straw-Etiam Date: Thu, 5 Nov 2020 17:09:08 +0100 Subject: [PATCH] docker_build_pushv5 --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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