CI: added tests for mqtt, sensors, dns

This commit is contained in:
SylvanArnold
2025-06-08 21:27:38 +02:00
parent 0bb52a3a07
commit e591516a4f
5 changed files with 113 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ pico-sensor-test:
- cmake --preset Test -DTUNNEL_ID=$TUNNEL_ID
- cmake --build --preset app-test
- cd build/Test
- ctest -T test --output-on-failure --output-junit test-results.xml -R ^DUMMY$
- ctest -T test --output-on-failure --output-junit test-results.xml$
artifacts:
paths:
- pico-sensor/build/Test/test-results.xml