fix
This commit is contained in:
parent
e9c06733b9
commit
6834a1d51e
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
|||||||
repository: cerc-io/laconicd
|
repository: cerc-io/laconicd
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
|
- name: Run registry-cli demo commands in registry-cli container
|
||||||
|
run : ./cli-commands-test.sh
|
||||||
|
|
||||||
- name: Environment
|
- name: Environment
|
||||||
run: ls -tlh && env
|
run: ls -tlh && env
|
||||||
- name: build registry-cli container
|
- name: build registry-cli container
|
||||||
@ -31,7 +35,6 @@ jobs:
|
|||||||
run: docker compose up laconicd -d
|
run: docker compose up laconicd -d
|
||||||
|
|
||||||
- name: Run registry-cli demo commands in registry-cli container
|
- name: Run registry-cli demo commands in registry-cli container
|
||||||
working-directory: laconic-registry-cli/scripts
|
|
||||||
run : ./cli-commands-test.sh
|
run : ./cli-commands-test.sh
|
||||||
- name: stop containers
|
- name: stop containers
|
||||||
working-directory: laconicd/tests/sdk_tests
|
working-directory: laconicd/tests/sdk_tests
|
||||||
|
0
scripts/cli-commands-test.sh
Normal file → Executable file
0
scripts/cli-commands-test.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user