mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Fix syntax error with env
This commit is contained in:
parent
94a49ed899
commit
7b1fef158c
@ -57,7 +57,8 @@ jobs:
|
|||||||
- run: # wait until cosm scripts have fully started
|
- 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
|
command: timeout 15 bash -c "until curl -s http://localhost:1317/node_info > /dev/null; do sleep 1; done
|
||||||
- run:
|
- run:
|
||||||
environment: COSMOS_ENABLED=1
|
environment:
|
||||||
|
COSMOS_ENABLED: 1
|
||||||
command: yarn test
|
command: yarn test
|
||||||
- run:
|
- run:
|
||||||
command: ./projects/scripts/cosm/stop.sh
|
command: ./projects/scripts/cosm/stop.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user