Skip to content

Commit bc18a35

Browse files
author
mike dupont
committed
use docker compose to copy the file
1 parent 5aafff3 commit bc18a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: run the Docker tests
2626
run: docker compose up
2727
- name: docker cp strace.txt
28-
run: docker cp strace.txt:strace.txt
28+
run: docker compose cp mina-local-network:strace.txt strace.txt
2929
- name: list files
3030
run: find .
3131
- name: Archive code coverage results

0 commit comments

Comments
 (0)