Merge branch 'fix-test-results' into 'master'
Fix test report artifacts See merge request ros_tracing/ros2_tracing!30
This commit is contained in:
commit
6bfa9ec3ea
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ before_script:
|
||||||
# - install
|
# - install
|
||||||
# - build/*/test_results/*/*.xunit.xml
|
# - build/*/test_results/*/*.xunit.xml
|
||||||
# reports:
|
# reports:
|
||||||
# junit: build/*/Testing/*/Test.xml
|
# junit: build/*/test_results/*/*.xunit.xml
|
||||||
|
|
||||||
build_enabled:
|
build_enabled:
|
||||||
script:
|
script:
|
||||||
|
@ -32,4 +32,4 @@ build_enabled:
|
||||||
- install
|
- install
|
||||||
- build/*/test_results/*/*.xunit.xml
|
- build/*/test_results/*/*.xunit.xml
|
||||||
reports:
|
reports:
|
||||||
junit: build/*/Testing/*/Test.xml
|
junit: build/*/test_results/*/*.xunit.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue