-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support additional setup in ruby pipelines #318
Conversation
This will work, but that use of |
isn't that what we're already doing here? https://github.com/signalwire/actions-template/blob/main/.github/actions/test-ruby/action.yml#L121 |
After reviewing the lines you linked I realize we probably shouldn't be doing that there either. That's not exactly the same as an |
That's what I thought you'd say :-) |
use case is a Ruby app that also needs python setup.