Skip to content

Commit f52db05

Browse files
committed
fix(tests): Add CMakeLists file to compilation tests
1 parent 4285912 commit f52db05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- 'idf_component.yml'
2222
- 'Kconfig.projbuild'
2323
- 'package.json'
24+
- 'CMakeLists.txt'
2425
- '.github/workflows/push.yml'
2526
- '.github/scripts/**'
2627
- '!.github/scripts/find_*'
@@ -92,6 +93,7 @@ jobs:
9293
idf:
9394
- 'idf_component.yml'
9495
- 'Kconfig.projbuild'
96+
- 'CMakeLists.txt'
9597
platformio:
9698
- 'package.json'
9799
- '.github/scripts/install-platformio-esp32.sh'

0 commit comments

Comments
 (0)