vega-frontend-monorepo/.github/actions/run-vegacapsule/action.yml
2022-12-07 15:08:01 +01:00

11 lines
264 B
YAML

runs:
using: 'composite'
steps:
- name: Start nomad
shell: bash
run: vegacapsule nomad &
- name: Bootstrap network
shell: bash
run: vegacapsule network bootstrap --config-path=./frontend-monorepo/vegacapsule/config.hcl --force