Skip to content
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

Let a matrix as input in directory option of the action #889

Open
Marco-Sulla opened this issue Apr 12, 2024 · 2 comments
Open

Let a matrix as input in directory option of the action #889

Marco-Sulla opened this issue Apr 12, 2024 · 2 comments
Labels
feature A new feature or a feature request

Comments

@Marco-Sulla
Copy link

We have a multimodule repo, where N modules resides inside the directory libs.

We tried to pass an array of dirs to the directory option of the action, but it does not worked.

Can you support this?

@Marco-Sulla Marco-Sulla added the feature A new feature or a feature request label Apr 12, 2024
@codejedi365
Copy link
Contributor

We do not currently support more than a single directory for the GitHub action.

We also do not officially support monorepos due to their complexity and lack of standard format and associated tooling. There are always requests for monorepo support (I've created a milestone for it) and we will try to accommodate requests. We are always open to a PR.

I can add this to the milestone but since I didn't write the GHA, I'm not sure the feasibility or difficulty and with the current priorities, it likely will be a month or two before I can get to it.

@codejedi365
Copy link
Contributor

To do this today, I believe could explicitly call the same action multiple times (as a separate steps) and set the directory individually for each of the packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or a feature request
Projects
None yet
Development

No branches or pull requests

2 participants