From 4556587c74fab73244ddab120a14996f9c037717 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Wed, 26 Jun 2019 22:31:12 -0700 Subject: [PATCH] even more CI its fun!! --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d07daea..2e93680 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ workflows: version: 2 test_and_deploy: jobs: - test + - test - deploy: requires: - test