1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-05 10:20:27 +01:00

8 Commits

Author SHA1 Message Date
Tomasz Duda
3ea3e26883 Merge remote-tracking branch 'origin/dev' into nrf52 2025-02-24 20:03:02 +01:00
Keith Burzinski
d4ac2d3c7e
[CI] Consolidate some tests (A) (#8184) 2025-02-05 12:04:53 +13:00
Edward Firmo
5877c57a35
[adc] Restore missing LIBRETINY code in a separated file (#7955) 2024-12-15 07:55:04 +13:00
Tomasz Duda
20461dca75 fix ci 2024-06-22 08:27:39 +02:00
tomaszduda23
1f86f48160
Merge branch 'dev' into nrf52 2024-06-18 20:25:26 +02:00
Keith Burzinski
f6848fe24d
[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions

* Rename Arduino test files
2024-06-17 16:32:11 -05:00
Tomasz Duda
de236e7ea1 add test for adc 2024-05-12 13:37:32 +02:00
Fabian
c6f528583b
Proposal: Test yaml for each component (#5398)
* Test for each component.

* When possible use commandline substitution.

* Add wildcard support.

* end file with new line.

* Move component tests into subfolder.

* Add component test to pipeline.

* Remove trailing whitespace.

* add restore python step.

* Add `. venv/bin/activate` to pipeline.

* step `changed-components` needs `common` step.

* start `list-components-changed.py` different.

* iterate on pipeline stage `list-components`.

* Update `checkout` action.

* Rename test folder from `tests` to `_test`.

* validate file exists.

* Move component test folder.

* extend list-components to include child components.

* File does not end with a newline

* Handle empty list-components matrix.

* list-components also check for changes in tests folder.

* Improve `list-components.py`.

* `*` is a forbidden character for filenames on windows.

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-01-18 01:13:40 -06:00