mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
One more typo with script path
This commit is contained in:
parent
81cbc9b51f
commit
10489402f8
@ -42,7 +42,7 @@ jobs:
|
|||||||
name: Version information
|
name: Version information
|
||||||
command: echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
command: echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
||||||
- run: # start early for less wait time below
|
- run: # start early for less wait time below
|
||||||
command: ./project/scripts/cosm/start.sh
|
command: ./scripts/cosm/start.sh
|
||||||
background: true
|
background: true
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restore Yarn Package Cache
|
name: Restore Yarn Package Cache
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
COSMOS_ENABLED: 1
|
COSMOS_ENABLED: 1
|
||||||
command: yarn test
|
command: yarn test
|
||||||
- run:
|
- run:
|
||||||
command: ./project/scripts/cosm/stop.sh
|
command: ./scripts/cosm/stop.sh
|
||||||
lint:
|
lint:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:10
|
- image: circleci/node:10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user