diff --git a/.woodpecker.yml b/.woodpecker.yml index f3ce1ba..e91ddfa 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,9 +4,9 @@ pipeline: image: python commands: - pip install -U platformio - - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth - - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs + - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth -e esp32_wifi_display + - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth -e esp32_wifi_display --target buildfs check: image: python - pip install -U platformio - - pio check -e esp32 + - pio check -e esp32 --skip-packages --fail-on-defect medium --severity medium --severity high --severity low --pattern 'src/*' --pattern 'lib/*'