We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be1508 commit 9ef8ad1Copy full SHA for 9ef8ad1
.github/workflows/docker-image.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: list files
30
run: find .
31
- name: list files docker
32
- run: docker compose run find .
+ run: docker compose run mina-local-network /bin/find .
33
# - name: Archive code coverage results
34
# uses: meta-introspector/upload-artifact@v4
35
# with:
0 commit comments