From 2d0613bc4c746015811e68ee75b069dcebe3433c Mon Sep 17 00:00:00 2001 From: Yshayy Date: Mon, 28 Jan 2019 11:04:02 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98b36b36..a0b70057 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,14 @@ version: 2 jobs: + env: + working_directory: ~/tweek-clients + environment: + NODE_ENV: development + + machine: true + + steps: + - test_js: working_directory: ~/tweek-clients environment: @@ -72,3 +81,5 @@ workflows: jobs: - test_js - test_dotnet + requires: + - test_js