test: change config path for overnight run (#1246)
* test: change config path for overnight run * test: also change for PR runs Co-authored-by: AndyWhiteVega <andy@vegaprotocol.io>
This commit is contained in:
parent
cb4cbdc2ca
commit
2032b5ae00
@ -96,7 +96,7 @@ jobs:
|
|||||||
run: vegacapsule nomad &
|
run: vegacapsule nomad &
|
||||||
|
|
||||||
- name: Bootstrap network
|
- name: Bootstrap network
|
||||||
run: vegacapsule network bootstrap --config-path=./net_confs/config.hcl --force
|
run: vegacapsule network bootstrap --config-path=../frontend-monorepo/vegacapsule/config.hcl --force
|
||||||
working-directory: capsule
|
working-directory: capsule
|
||||||
|
|
||||||
######
|
######
|
||||||
|
@ -80,7 +80,7 @@ jobs:
|
|||||||
run: vegacapsule nomad &
|
run: vegacapsule nomad &
|
||||||
|
|
||||||
- name: Bootstrap network
|
- name: Bootstrap network
|
||||||
run: vegacapsule network bootstrap --config-path=./net_confs/config.hcl --force
|
run: vegacapsule network bootstrap --config-path=../frontend-monorepo/vegacapsule/config.hcl --force
|
||||||
working-directory: capsule
|
working-directory: capsule
|
||||||
|
|
||||||
######
|
######
|
||||||
|
Loading…
Reference in New Issue
Block a user