Fix syntax error with env

This commit is contained in:
Ethan Frey 2020-02-03 09:29:15 +01:00
parent 94a49ed899
commit 7b1fef158c

View File

@ -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