Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jalas167 committed Mar 11, 2024
1 parent 3e43031 commit 9c4d19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand All @@ -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
Expand Down

0 comments on commit 9c4d19f

Please sign in to comment.