From 9a90ccd305953c544f476bb4915fc339ee408cc6 Mon Sep 17 00:00:00 2001 From: verzelea Date: Tue, 12 Jan 2021 16:25:33 +0100 Subject: [PATCH] :pencil2: error typo --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 75e152a..b3a8ec7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,9 +35,9 @@ jobs: - checkout - restore_cache: key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} - - run: - name: postgres - command : dockerize -wait tcp://localhost:5432 -timeout 1m + - run: + name: postgres + command : dockerize -wait tcp://localhost:5432 -timeout 1m - run: name : test command: |