Update laconicd path
All checks were successful
Tests / cli_tests (18.x) (pull_request) Successful in 5m3s
All checks were successful
Tests / cli_tests (18.x) (pull_request) Successful in 5m3s
This commit is contained in:
parent
92a9f8b034
commit
55854afbab
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Checkout laconicd
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: "/tmp/laconicd/"
|
||||
path: "./laconicd/"
|
||||
repository: cerc-io/laconicd
|
||||
fetch-depth: 0
|
||||
ref: main
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
run: ls -tlh && env
|
||||
|
||||
- name: Build laconicd container
|
||||
working-directory: /tmp/laconicd/tests/sdk_tests
|
||||
working-directory: ./laconicd/tests/sdk_tests
|
||||
run: ./build-laconicd-container.sh
|
||||
- name: Start laconicd container
|
||||
env:
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
- TEST_REGISTRY_EXPIRY
|
||||
- LOGLEVEL
|
||||
volumes:
|
||||
- /tmp/laconicd/init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
|
||||
- ./laconicd/init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-v", "http://127.0.0.1:6060"]
|
||||
interval: 1s
|
||||
|
Loading…
Reference in New Issue
Block a user