Skip to content

Commit 8d56f9d

Browse files
authored
Merge branch 'master' into ci/improve_requirements
2 parents 178f4cb + b170e87 commit 8d56f9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/scripts/tests_run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ function run_test() {
106106
extra_args="--embedded-services esp,arduino"
107107
fi
108108

109+
rm $sketchdir/diagram.json 2>/dev/null || true
110+
109111
result=0
110112
printf "\033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args\033[0m\n"
111113
bash -c "set +e; pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args; exit \$?" || result=$?

0 commit comments

Comments
 (0)