From 2922c1c729050ea055fa7f015b500910ca8d795f Mon Sep 17 00:00:00 2001 From: verzelea Date: Wed, 13 Jan 2021 16:38:41 +0100 Subject: [PATCH] :pencil2: fit typo and add test --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 83d8f94..5ad9ad0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: - run: name: Heroku deploy command: | - git config --global push.default matching + git config --global push.default matching git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_PROJECT_NAME.git main - run: name: Smoke test @@ -103,9 +103,9 @@ workflows: build-test: jobs: - build - #- test: - # requires: - # - build + - test: + requires: + - build - build_docker: context: Docker requires: