From 8304f20e5ab10c736e9b88ca065dda8d481076d2 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Wed, 5 Feb 2020 13:47:20 -0800 Subject: [PATCH] split job steps into api and play --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3aa3db0..f7a4843 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: steps: api: path: ~/node-go/server - - checkout + # - checkout # Download and cache dependencies - restore_cache: