We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10641a commit fb0b72fCopy full SHA for fb0b72f
docker-compose.yml
@@ -47,7 +47,8 @@ services:
47
# mount the source
48
volumes:
49
- type: bind
50
- source: "."
+ #source: "."
51
+ source: "/home/runner/work/o1js/o1js/"
52
target: "/opt/introspector/test/"
53
cap_add:
54
- SYS_PTRACE
run-all-tests.sh
@@ -13,6 +13,8 @@ export NODEOPT1="--prof --expose-gc"
13
echo 2 > /proc/sys/kernel/perf_event_paranoid
14
15
## now copy in the files from mounted
16
+mount
17
+find /opt/introspector
18
cp -v "/opt/introspector/test/*.json" /app/
19
cp -v "/opt/introspector/test/*.yaml" /app/
20
0 commit comments