Skip to content

Commit 03166e0

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents 272c883 + 7536d10 commit 03166e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/scripts/tests_run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ function run_test() {
8787
result=0
8888
printf "\033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args\033[0m\n"
8989
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"
9091
if [ $result -ne 0 ]; then
9192
error=$result
9293
fi
@@ -234,7 +235,7 @@ else
234235
|| [ "$sketchnum" -gt "$end_index" ]; then
235236
continue
236237
fi
237-
printf "\n\n\n\n"
238+
238239
printf "\033[95mSketch Index $(($sketchnum - 1))\033[0m\n"
239240

240241
exit_code=0

.github/workflows/wokwi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
if: steps.check-tests.outputs.enabled == 'true'
7777
run: curl -L https://wokwi.com/ci/install.sh | sh
7878

79+
- name: Wokwi CI Server
80+
uses: wokwi/wokwi-ci-server-action@v1
81+
7982
- name: Get binaries
8083
if: steps.check-tests.outputs.enabled == 'true'
8184
id: cache-build-binaries

0 commit comments

Comments
 (0)