From 7b1fef158c8d6a21c4e6bcb4057637c61058ba12 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Mon, 3 Feb 2020 09:29:15 +0100 Subject: [PATCH] Fix syntax error with env --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 164a818ece..ff57dc4691 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,8 @@ jobs: - run: # wait until cosm scripts have fully started command: timeout 15 bash -c "until curl -s http://localhost:1317/node_info > /dev/null; do sleep 1; done - run: - environment: COSMOS_ENABLED=1 + environment: + COSMOS_ENABLED: 1 command: yarn test - run: command: ./projects/scripts/cosm/stop.sh