Skip to content

Commit

Permalink
use docker compose to copy the file
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 15, 2024
1 parent 5aafff3 commit bc18a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: run the Docker tests
run: docker compose up
- name: docker cp strace.txt
run: docker cp strace.txt:strace.txt
run: docker compose cp mina-local-network:strace.txt strace.txt
- name: list files
run: find .
- name: Archive code coverage results
Expand Down

0 comments on commit bc18a35

Please sign in to comment.