We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a98d32 commit c2a31beCopy full SHA for c2a31be
1 file changed
justfile
@@ -3,6 +3,14 @@ set dotenv-filename := "tests/system_tests/.env"
3
compose +ARGS="up -d":
4
podman compose -f tests/system_tests/compose.yaml {{ARGS}}
5
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
14
blueapi *ARGS="serve":
15
uv run blueapi -c tests/system_tests/config.yaml {{ARGS}}
16
0 commit comments