Skip to content

Commit 169965a

Browse files
authored
Update run-docker-tests.yml
1 parent 28807f2 commit 169965a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-docker-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424

2525
- name: pull the image
26-
run: docker pull ${DOCKER_IMAGE_URL}
26+
run: docker pull ${{ env.DOCKER_IMAGE_URL }}
2727

2828
- name: run the Docker tests
2929
run: docker compose up mina-local-network
3030
env:
31-
DOCKER_IMAGE_URL: ${DOCKER_IMAGE_URL}
31+
DOCKER_IMAGE_URL: ${{ env.DOCKER_IMAGE_URL }}
32+
3233

3334
- name: docker cp results
3435
run: docker compose cp mina-local-network:/tmp/perf.data.tar.gz perf.data.tar.gz

0 commit comments

Comments
 (0)