-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action ignores failed rosdep install #864
Comments
We do indeed do action-ros-ci/src/action-ros-ci.ts Line 188 in fcaebb7
It looks like this has been here since the very beginning: 6de5bca In what instances is |
I was trying to release my packages to Jazzy and incorrectly assumed all dependencies correctly resolve because the CI was passing. |
I am encountering the issue too and would prefer if the action fails if rosdep fails. There is |
So the original implementation had this comment: action-ros-ci/lib/action-ros2-ci.js Lines 46 to 47 in 6de5bca
And the current code has this comment: action-ros-ci/src/action-ros-ci.ts Lines 200 to 202 in 58bf65b
That being said, those two explanations don't make much sense to me. Could you give #910 a try? I just wonder if there are still cases where |
Description
When rosdep fails to install some dependencies, the action does not fail and instead tries to build the packages anyway.
Expected Behavior
I would expect the action to fail or at least an option to choose whether the action should fail fast.
Actual Behavior
The action does not fail.
The text was updated successfully, but these errors were encountered: