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