ros-industrial / industrial_ci

Easy continuous integration repository for ROS repositories
Apache License 2.0
245 stars 127 forks source link

Tests passes locally but fails during ci - ros industrial #771

Closed kev4node closed 1 month ago

kev4node commented 2 years ago

Hey, I am having an issue where our tests are passing locally but most of the tests fail during ci after a minor change. The tests that pass are also dependent on this change. Is there anyway to debug the tests results while using ros industrial ci as it would be possible when running the test in shell?

Briancbn commented 2 years ago

Checkout https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#run-industrial-ci-on-local-host. It will also be helpful if you can share some terminal output and your CI configuration.

kev4node commented 2 years ago

thank you.. The problem is fixed... the documentation really helped