From 58e61efa446ea44fd2cf198c5e5603586df87546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Andr=C3=A1ssy?= <10706773+JAndrassy@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:05:08 +0200 Subject: [PATCH] ci(external_libs): Add EthernetESP32 to ext. libraries compilation test (#9747) --- .github/workflows/lib.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/lib.json b/.github/workflows/lib.json index 3e369bd71..9b528e4cc 100644 --- a/.github/workflows/lib.json +++ b/.github/workflows/lib.json @@ -35,6 +35,14 @@ "~/Arduino/libraries/ESPAsyncWebServer/examples/simple_server/simple_server.ino" ] }, + { + "name": "EthernetESP32", + "exclude_targets": [], + "sketch_path": [ + "~/Arduino/libraries/EthernetESP32/examples/LegacyEthernetTest/LegacyEthernetTest.ino", + "~/Arduino/libraries/EthernetESP32/examples/TwoEthernets/TwoEthernets.ino" + ] + }, { "name": "FastLED", "exclude_targets": [],