Skip to content

Commit

Permalink
mount abs
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 27, 2024
1 parent f10641a commit fb0b72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ services:
# mount the source
volumes:
- type: bind
source: "."
#source: "."
source: "/home/runner/work/o1js/o1js/"
target: "/opt/introspector/test/"
cap_add:
- SYS_PTRACE
Expand Down
2 changes: 2 additions & 0 deletions run-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export NODEOPT1="--prof --expose-gc"
echo 2 > /proc/sys/kernel/perf_event_paranoid

## now copy in the files from mounted
mount
find /opt/introspector
cp -v "/opt/introspector/test/*.json" /app/
cp -v "/opt/introspector/test/*.yaml" /app/

Expand Down

0 comments on commit fb0b72f

Please sign in to comment.