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
|
||||
steps:
|
||||
- checkout
|
||||
- run: # start early for less wait time below
|
||||
command: ./scripts/cosm/start.sh
|
||||
background: true
|
||||
- run:
|
||||
# The images ubuntu-1604:201903-01 comes with preinstalled nvm, which does not work well with non-login shells
|
||||
name: Uninstall nvm
|
||||
@ -55,9 +58,6 @@ jobs:
|
||||
- run:
|
||||
name: Version information
|
||||
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:
|
||||
name: Restore Yarn Package Cache
|
||||
keys:
|
||||
|
Loading…
x
Reference in New Issue
Block a user