From 9c4d19f20524079836fb17bde8d7a069a4999b42 Mon Sep 17 00:00:00 2001 From: jalas167 Date: Mon, 11 Mar 2024 14:26:59 +0100 Subject: [PATCH] Update action.yml --- .github/actions/prepare_env/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/prepare_env/action.yml b/.github/actions/prepare_env/action.yml index 0d9ceb0..bfa057d 100644 --- a/.github/actions/prepare_env/action.yml +++ b/.github/actions/prepare_env/action.yml @@ -19,7 +19,7 @@ runs: - name: Build the docker containers shell: bash run: | - docker compose -f tests/docker/docker-compose.yml build \ + docker compose -f monitor/docker/docker-compose.yml build \ --build-arg UBUNTU_VERSION=22.04 \ --build-arg YA_CORE_PROVIDER_VERSION=${PROVIDER_VERSION} \ --build-arg YA_CORE_REQUESTOR_VERSION=${REQUESTOR_VERSION} \ @@ -37,7 +37,7 @@ runs: shell: bash run: | sleep 10 - docker exec -t docker-requestor-1 /bin/sh -c "/golem-js/monitor/docker/fundRequestor.sh" + docker exec -t docker-requestor-1 /bin/sh -c "/monitor/docker/fundRequestor.sh" - name: Install and build the SDK in the docker container shell: bash