mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Start blockchain before installing nodejs/yarn
This commit is contained in:
parent
5613c440bf
commit
91dcf04738
@ -41,6 +41,9 @@ jobs:
|
|||||||
image: ubuntu-1604:201903-01
|
image: ubuntu-1604:201903-01
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: # start early for less wait time below
|
||||||
|
command: ./scripts/cosm/start.sh
|
||||||
|
background: true
|
||||||
- run:
|
- run:
|
||||||
# The images ubuntu-1604:201903-01 comes with preinstalled nvm, which does not work well with non-login shells
|
# The images ubuntu-1604:201903-01 comes with preinstalled nvm, which does not work well with non-login shells
|
||||||
name: Uninstall nvm
|
name: Uninstall nvm
|
||||||
@ -55,9 +58,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
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
|
|
||||||
command: ./scripts/cosm/start.sh
|
|
||||||
background: true
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restore Yarn Package Cache
|
name: Restore Yarn Package Cache
|
||||||
keys:
|
keys:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user