-
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
Args set using colcon-defaults do not reflect in workflow run #815
Comments
What you provide to the We could make Also, it would be cool if |
In our case, we're setting the
but while getting built I can see |
Try to reproduce locally. This might not be an issue with |
Sorry for the trouble it was indeed a local issue. Both colcon and |
I am trying to use the same option of @padhupradheep
But symlinking still happens during the building. Having a look a the code action-ros-ci/src/action-ros-ci.ts Line 725 in 3dfca1f
it seems to me that is not possibile to disable such an option. I think the problem is with @christophebedard do you think I should open a new issue? |
Yeah, looks like |
Hi Christoph! Thank you for the quick reply :) Unfortunately, I don't have any experience with TypeScript. Anyway, I'll have a look at #830. If I can understand the code, I'll send a PR. |
You do kind of need to install Node.js and all (https://github.com/ros-tooling/action-ros-ci/blob/master/DEVELOPING.md). It's such a small change that I could do it when I get some time. If you could just open an issue for this request, that would be great. Also please mention in the issue the reason why you're specifically not using |
Thank you for the support. I'll open a new issue. |
Description
Using
colcon-defaults
in the workflow file do not print out the exact command being run. Not sure if this is a bug or expected behavior from colcon.To Reproduce
The project's build and test step is configured as:
Expected Behavior
Seeing the exact command being run in the Github Actions workflow log, for this example:
Actual Behavior
But instead this is the entire output for build and test step:
Note: the args set have the desired effect on the build and test, this is regarding just the command printed out in the logs.
System
The text was updated successfully, but these errors were encountered: