Skip to content

Commit c2a31be

Browse files
committed
Add 'services' task that configures numtracker correctly
1 parent 0a98d32 commit c2a31be

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ set dotenv-filename := "tests/system_tests/.env"
33
compose +ARGS="up -d":
44
podman compose -f tests/system_tests/compose.yaml {{ARGS}}
55

6+
configure-adsim: (compose "exec" "numtracker" "/app/numtracker" "client" "configure" "adsim"
7+
"--directory" '/tmp/'
8+
"--scan" '{instrument}-{scan_number}'
9+
"--detector" '{instrument}-{scan_number}-{detector}'
10+
"--number" "43")
11+
12+
services: compose configure-adsim
13+
614
blueapi *ARGS="serve":
715
uv run blueapi -c tests/system_tests/config.yaml {{ARGS}}
816

0 commit comments

Comments
 (0)