Skip to content

Commit fb0b72f

Browse files
author
mike dupont
committed
mount abs
1 parent f10641a commit fb0b72f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ services:
4747
# mount the source
4848
volumes:
4949
- type: bind
50-
source: "."
50+
#source: "."
51+
source: "/home/runner/work/o1js/o1js/"
5152
target: "/opt/introspector/test/"
5253
cap_add:
5354
- SYS_PTRACE

run-all-tests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export NODEOPT1="--prof --expose-gc"
1313
echo 2 > /proc/sys/kernel/perf_event_paranoid
1414

1515
## now copy in the files from mounted
16+
mount
17+
find /opt/introspector
1618
cp -v "/opt/introspector/test/*.json" /app/
1719
cp -v "/opt/introspector/test/*.yaml" /app/
1820

0 commit comments

Comments
 (0)