File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
default : " ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest"
11
11
push :
12
12
branches :
13
- # add your branch here to auto trigger on push
13
+ # add your branch here to auto trigger on push
14
14
# - "feature/just_test"
15
15
# - "feature/rebase"
16
16
- " feature/unit-tests"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
- PROOF_LEVEL=full
23
23
- LOG_LEVEL=Debug
24
24
- TESTS=${TESTS}
25
- working_dir: /app
25
+ working_dir : /app
26
26
# mount the source
27
27
volumes :
28
28
- type : bind
@@ -43,12 +43,11 @@ services:
43
43
- PROOF_LEVEL=full
44
44
- LOG_LEVEL=Debug
45
45
- TESTS=${TESTS}
46
- working_dir: /app
46
+ working_dir : /app
47
47
# mount the source
48
48
volumes :
49
49
- type : bind
50
- # source: "."
51
- source : "/home/runner/work/o1js/o1js/"
50
+ source : " /home/runner/work/o1js/o1js/"
52
51
target : " /opt/introspector/test/"
53
52
cap_add :
54
53
- SYS_PTRACE
You can’t perform that action at this time.
0 commit comments