From 9ceff3ee3d92902fd5a9b2d67c834cde2428f074 Mon Sep 17 00:00:00 2001 From: exequielrafaela Date: Fri, 13 Nov 2020 11:08:33 -0300 Subject: [PATCH] BBL-440 | re-enabling terratest --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 877d27a..86f3c1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: git update-index --assume-unchanged "Makefile" - run: - name: test1-terraform-format + name: test1-terraform-format-and-docs command: | # # Install pre-commit @@ -193,12 +193,12 @@ workflows: branches: ignore: # only branches matching the below regex filters will run - master -# - test-e2e-terratests: -# context: binbashar-org-global-context -# filters: -# branches: -# ignore: # only branches matching the below regex filters will run -# - master + - test-e2e-terratests: + context: binbashar-org-global-context + filters: + branches: + ignore: # only branches matching the below regex filters will run + - master - release-version-with-changelog: context: binbashar-org-global-context filters: