aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 5e01805ef..ae0a56032 100755
--- a/ci.sh
+++ b/ci.sh
@@ -328,6 +328,8 @@ rm out/tests/pimoroni-pico-plus-2/gpio_multicore
328rm out/tests/pimoroni-pico-plus-2/flash 328rm out/tests/pimoroni-pico-plus-2/flash
329# This test passes locally but fails on the HIL, no idea why 329# This test passes locally but fails on the HIL, no idea why
330rm out/tests/pimoroni-pico-plus-2/i2c 330rm out/tests/pimoroni-pico-plus-2/i2c
331# The pico2 plus doesn't have the adcs hooked up like the picoW does.
332rm out/tests/pimoroni-pico-plus-2/adc
331 333
332if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 334if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
333 echo No teleprobe token found, skipping running HIL tests 335 echo No teleprobe token found, skipping running HIL tests