mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
rollback ci & add build_components_base.nrf52
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -18,7 +18,7 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_PYTHON: "3.10"
|
DEFAULT_PYTHON: "3.9"
|
||||||
PYUPGRADE_TARGET: "--py39-plus"
|
PYUPGRADE_TARGET: "--py39-plus"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
@@ -170,7 +170,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
# - "3.9"
|
- "3.9"
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
|
15
tests/test_build_components/build_components_base.nrf52.yaml
Normal file
15
tests/test_build_components/build_components_base.nrf52.yaml
Normal 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
|
Reference in New Issue
Block a user