From 237a9526c42c7e8cd54d29c1003076a12d91f413 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Wed, 5 Feb 2020 13:46:22 -0800 Subject: [PATCH] split job steps into api and play --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 007a15a..3aa3db0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: working_directory: ~/node-go steps: - - api: + api: path: ~/node-go/server - checkout @@ -37,7 +37,7 @@ jobs: # run tests! - run: yarn test - - play: + play: path: ~/node-go/play-node-go - checkout