Skip to content

Commit e126ee3

Browse files
author
mike dupont
committed
fix spacing
1 parent fb0b72f commit e126ee3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/run-docker-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest"
1111
push:
1212
branches:
13-
# add your branch here to auto trigger on push
13+
# add your branch here to auto trigger on push
1414
#- "feature/just_test"
1515
#- "feature/rebase"
1616
- "feature/unit-tests"

docker-compose.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- PROOF_LEVEL=full
2323
- LOG_LEVEL=Debug
2424
- TESTS=${TESTS}
25-
working_dir: /app
25+
working_dir: /app
2626
# mount the source
2727
volumes:
2828
- type: bind
@@ -43,12 +43,11 @@ services:
4343
- PROOF_LEVEL=full
4444
- LOG_LEVEL=Debug
4545
- TESTS=${TESTS}
46-
working_dir: /app
46+
working_dir: /app
4747
# mount the source
4848
volumes:
4949
- type: bind
50-
#source: "."
51-
source: "/home/runner/work/o1js/o1js/"
50+
source: "/home/runner/work/o1js/o1js/"
5251
target: "/opt/introspector/test/"
5352
cap_add:
5453
- SYS_PTRACE

0 commit comments

Comments
 (0)