Skip to content

Commit 9ef8ad1

Browse files
author
mike dupont
committed
fix find
1 parent 1be1508 commit 9ef8ad1

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: list files
3030
run: find .
3131
- name: list files docker
32-
run: docker compose run find .
32+
run: docker compose run mina-local-network /bin/find .
3333
# - name: Archive code coverage results
3434
# uses: meta-introspector/upload-artifact@v4
3535
# with:

0 commit comments

Comments
 (0)