Skip to content

Commit e44e444

Browse files
committed
ci(wokwi): Rename diagrams to enable editing in Wokwi editor
1 parent f3e7a72 commit e44e444

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

Diff for: .github/scripts/tests_run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ function run_test() {
6969
if [[ -f "$sketchdir/scenario.yaml" ]]; then
7070
extra_args+=" --wokwi-scenario $sketchdir/scenario.yaml"
7171
fi
72-
if [[ -f "$sketchdir/$target.diagram.json" ]]; then
73-
extra_args+=" --wokwi-diagram $sketchdir/$target.diagram.json"
72+
if [[ -f "$sketchdir/diagram.$target.json" ]]; then
73+
extra_args+=" --wokwi-diagram $sketchdir/diagram.$target.json"
7474
fi
7575

7676
elif [ $platform == "qemu" ]; then
File renamed without changes.

0 commit comments

Comments
 (0)