Run registry CLI tests as part of laconicd fixturenet tests #791

Merged
ashwin merged 10 commits from deep-stack/stack-orchestrator:pm-run-registry-cli-tests into main 2024-04-04 07:16:48 +00:00
Showing only changes of commit 0b53e24781 - Show all commits

View File

@ -11,7 +11,7 @@ on:
jobs:
test:
name: "Run an Laconicd fixturenet test"
name: "Run Laconicd fixturenet and Laconic CLI tests"
runs-on: ubuntu-latest
steps:
- name: 'Update'
@ -46,6 +46,5 @@ jobs:
run: ./scripts/build_shiv_package.sh
- name: "Run fixturenet-laconicd tests"
run: ./tests/fixturenet-laconicd/run-test.sh
# TODO: Separate out in a job
- name: "Run laconic CLI tests"
run: ./tests/fixturenet-laconicd/run-cli-test.sh