diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index cdf1ff2..352a909 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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: diff --git a/docker-compose.yml b/docker-compose.yml index 7886836..4b614af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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