CI(pico-sensor): added dummy test that always passes (to test if test run works)

This commit is contained in:
SylvanArnold
2025-06-03 22:11:04 +02:00
parent adca10d0fb
commit 1d05424721
3 changed files with 17 additions and 3 deletions

View File

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