We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3821d commit 1be1508Copy full SHA for 1be1508
.github/workflows/docker-image.yml
@@ -24,12 +24,14 @@ jobs:
24
run: docker compose build
25
- name: run the Docker tests
26
run: docker compose up
27
- - name: docker cp strace.txt
28
- run: docker compose cp mina-local-network:/tmp/strace.txt strace.txt
+# - name: docker cp strace.txt
+# run: docker compose cp mina-local-network:/tmp/strace.txt strace.txt
29
- name: list files
30
run: find .
31
- - name: Archive code coverage results
32
- uses: meta-introspector/upload-artifact@v4
33
- with:
34
- name: strace.txt
35
- path: strace.txt
+ - name: list files docker
+ run: docker compose run find .
+ # - name: Archive code coverage results
+ # uses: meta-introspector/upload-artifact@v4
+ # with:
36
+ # name: strace.txt
37
+ # path: strace.txt
0 commit comments