Skip to content

Commit 0bbdcbf

Browse files
committed
ci: building test instead of examples
1 parent c573d1a commit 0bbdcbf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

platformio.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
[platformio]
7-
src_dir = ./examples/
7+
src_dir = ./test/
88

99
[env]
1010
framework = arduino
@@ -38,9 +38,8 @@ lib_deps =
3838

3939
[env:esp8266BasicTest]
4040
extends = esp8266_common
41-
src_filter = -<*> +<PlatformIO_BasicWrite/>
4241

4342
[env:esp32BasicTest]
4443
extends = esp32_common
45-
src_filter = -<*> +<PlatformIO_BasicWrite/>
44+
4645

0 commit comments

Comments
 (0)