Merge branch 'fix-ci-warning-by-cloning-ros2-tracing-in-test-job' into 'master'

Fix warning in CI by cloning ros2_tracing in test job too

See merge request ros-tracing/tracetools_analysis!106
This commit is contained in:
Christophe Bedard 2021-04-27 22:52:28 +00:00
commit 637c61f8a3

View file

@ -46,8 +46,8 @@ test:
- build - build
dependencies: dependencies:
- build - build
<<: *before_script_build
script: script:
- . /root/ws/install/local_setup.sh
- colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST - colcon test --event-handlers console_cohesion+ --packages-select $PACKAGES_LIST
- colcon test-result --all --verbose - colcon test-result --all --verbose
<<: *test_artifacts <<: *test_artifacts