From ecffc77315cdec9a4ab9d54e19282a2f3fbe258c Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Sun, 17 Oct 2021 10:32:11 -0400 Subject: [PATCH] Dont automatically run integration tests for now (#2150) --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e6e1500f..311f1302 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,8 +34,14 @@ workflows: name: 'Unit Test Requester-Utils Src' requires: - install + + - test-integration: + type: approval + - test-integration-setup: name: 'Setup Integration Test Resources' + requires: + - test-integration - test-integration-core: name: 'Integration Test Core Release'