aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 2be84ef6b..b2112328f 100755
--- a/ci.sh
+++ b/ci.sh
@@ -362,6 +362,8 @@ rm out/tests/pimoroni-pico-plus-2/flash
362rm out/tests/pimoroni-pico-plus-2/i2c 362rm out/tests/pimoroni-pico-plus-2/i2c
363# The pico2 plus doesn't have the adcs hooked up like the picoW does. 363# The pico2 plus doesn't have the adcs hooked up like the picoW does.
364rm out/tests/pimoroni-pico-plus-2/adc 364rm out/tests/pimoroni-pico-plus-2/adc
365# temporarily disabled, bad hardware connection.
366rm -f out/tests/rpi-pico/*
365 367
366if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 368if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
367 echo No teleprobe token found, skipping running HIL tests 369 echo No teleprobe token found, skipping running HIL tests