We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b8350 commit 45e6165Copy full SHA for 45e6165
.github/scripts/tests_run.sh
@@ -46,6 +46,10 @@ function run_test() {
46
if [[ -f "$sketchdir/scenario.yaml" ]]; then
47
extra_args+=" --wokwi-scenario $sketchdir/scenario.yaml"
48
fi
49
+ if [[ -f "$sketchdir/$target.diagram.json" ]]; then
50
+ extra_args+=" --wokwi-diagram $sketchdir/$target.diagram.json"
51
+ fi
52
+
53
elif [ $platform == "qemu" ]; then
54
PATH=$HOME/qemu/bin:$PATH
55
extra_args="--embedded-services qemu --qemu-image-path $build_dir/$sketchname.ino.merged.bin"
0 commit comments