Skip to content

Commit

Permalink
Update run-docker-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Sep 25, 2024
1 parent 28807f2 commit 169965a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: pull the image
run: docker pull ${DOCKER_IMAGE_URL}
run: docker pull ${{ env.DOCKER_IMAGE_URL }}

- name: run the Docker tests
run: docker compose up mina-local-network
env:
DOCKER_IMAGE_URL: ${DOCKER_IMAGE_URL}
DOCKER_IMAGE_URL: ${{ env.DOCKER_IMAGE_URL }}


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

0 comments on commit 169965a

Please sign in to comment.