Skip to content

Commit

Permalink
now strace written to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 15, 2024
1 parent bc18a35 commit def00a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 compose cp mina-local-network:strace.txt strace.txt
run: docker compose cp mina-local-network:/tmp/strace.txt strace.txt
- name: list files
run: find .
- name: Archive code coverage results
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ services:
working_dir: /app
cap_add:
- SYS_PTRACE
command: "strace -f -o strace.txt pnpm run test"
command: "strace -f -o /tmp/strace.txt pnpm run test"

0 comments on commit def00a1

Please sign in to comment.