diff --git a/circle.yml b/circle.yml index 653b0e7d4..c3788b9a1 100644 --- a/circle.yml +++ b/circle.yml @@ -13,15 +13,15 @@ stages: environment: - NODE_ENV: test steps: + # Get the code + - type: checkout + - type: shell shell: /bin/bash command: | # add in path rewrite echo "PATH=$PATH:~/talk/node_modules/.bin" >> ~/.bashrc - # Get the code - - type: checkout - # Restore the yarn cache - type: cache-restore key: yarn-cache