From 4d41d9cc216ebb04a022e6c20bbce65da38a28f6 Mon Sep 17 00:00:00 2001 From: Pavlo Dudnytskyi Date: Tue, 26 Dec 2023 11:06:22 +0100 Subject: [PATCH] Added libretiny tests 2 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e61f86b..fa5dd30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,8 @@ jobs: - tests/rpipicow-smartair2-wifi.yaml - tests/esp8266-simple-smartair2.yaml - tests/esp8266-simple-hon.yaml + - tests/libretiny-hon.yaml + - tests/libretiny-smartair2.yaml steps: - name: Checkout code uses: actions/checkout@v3.5.2