From 4f4285be86cbab6d09e53431186456d54ca01b64 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Fri, 28 Oct 2022 17:10:30 -0400 Subject: [PATCH] make integration tests wait for deploy step before running --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ab8db5951..b32b076bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,6 +131,8 @@ workflows: - /^hotfix\/.*/ - /^release\/.*/ - integration-tests: + requires: + - build-and-deploy-staging context: - scratch-www-all - scratch-www-staging @@ -151,6 +153,8 @@ workflows: only: - master - integration-tests: + requires: + - build-and-deploy-production context: - scratch-www-all - scratch-www-production