CI(pico-sensor): added CD build/Test before running test job

This commit is contained in:
SylvanArnold
2025-06-03 19:30:46 +02:00
parent 5a3a7fcca3
commit d8a5ce234e
2 changed files with 11 additions and 1 deletions

View File

@@ -27,10 +27,11 @@ pico-sensor-test:
- cd pico-sensor
- cmake --preset Test
- cmake --build --preset app-test
- cd build/Test
- ctest --output-on-failure --output-junit test-results.xml
artifacts:
paths:
- pico-sensor/test-results.xml
- pico-sensor/build/Test/test-results.xml
pico-sensor-release:
stage: release