Skip to content
Snippets Groups Projects
Verified Commit 62e71978 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Generate `report.xml` for rpc tests

parent e1925c50
No related branches found
No related tags found
1 merge request!35Resolve "CI test reports overwrite each other"
Pipeline #3064 passed
......@@ -53,6 +53,12 @@ rpc:
- cd build/examples/
- ctest -j$(nproc) --output-on-failure --output-junit report.xml
- pkill -TERM scord
artifacts:
expire_in: 1 week
paths:
- build/tests/report.xml
reports:
junit: build/tests/report.xml
# run unit tests
unit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment