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

Pass entire array to pio, no only first element #5

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

simonspa
Copy link
Contributor

@simonspa simonspa commented Mar 9, 2024

Right now only the first element of the array is passed via echo and xargs to pio. This means as soon as an environment is defined, for example the targets are not passed on anymore.

This PR changes the echo statement such that the entire array is printed and passed to pio.

Now any combination of environments and targets work as advertised and expected.

@karniv00l
Copy link
Owner

Thank you!

karniv00l added a commit to karniv00l/platformio-remote-test-action that referenced this pull request Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants