File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ function run_test() {
87
87
result=0
88
88
printf " \033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args \033[0m\n"
89
89
bash -c " set +e; pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args ; exit \$ ?" || result=$?
90
+ printf " \n\n\n\n"
90
91
if [ $result -ne 0 ]; then
91
92
error=$result
92
93
fi
234
235
|| [ " $sketchnum " -gt " $end_index " ]; then
235
236
continue
236
237
fi
237
- printf " \n\n\n\n "
238
+
238
239
printf " \033[95mSketch Index $(( $sketchnum - 1 )) \033[0m\n"
239
240
240
241
exit_code=0
Original file line number Diff line number Diff line change 76
76
if : steps.check-tests.outputs.enabled == 'true'
77
77
run : curl -L https://wokwi.com/ci/install.sh | sh
78
78
79
+ - name : Wokwi CI Server
80
+ uses : wokwi/wokwi-ci-server-action@v1
81
+
79
82
- name : Get binaries
80
83
if : steps.check-tests.outputs.enabled == 'true'
81
84
id : cache-build-binaries
You can’t perform that action at this time.
0 commit comments