rollback ci & add build_components_base.nrf52

This commit is contained in:
Tomasz Duda 2024-05-05 23:29:08 +02:00
parent 4ecdd8fb6f
commit 1832349d8a
2 changed files with 17 additions and 2 deletions

View File

@ -18,7 +18,7 @@ permissions:
contents: read
env:
DEFAULT_PYTHON: "3.10"
DEFAULT_PYTHON: "3.9"
PYUPGRADE_TARGET: "--py39-plus"
concurrency:
@ -170,7 +170,7 @@ jobs:
fail-fast: false
matrix:
python-version:
# - "3.9"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

View File

@ -0,0 +1,15 @@
esphome:
name: componenttestnrf52
friendly_name: $component_name
nrf52:
board: adafruit_feather_nrf52840
logger:
level: VERY_VERBOSE
packages:
component_under_test: !include
file: $component_test_file
vars:
component_test_file: $component_test_file