-
Notifications
You must be signed in to change notification settings - Fork 50
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
Run tests for individual gems in GitHub Actions #550
Conversation
|
||
gem "bullet_train", path: "../bullet_train" | ||
gem "bullet_train-api", path: "../bullet_train-api" | ||
gem "bullet_train-super_scaffolding", path: "../bullet_train-super_scaffolding" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jagthedrummer Since these are pointing to local paths, I'm assuming they're going to be removed after the tests work? I remember when I tried working on the same issue and there were a lot of cross-dependencies to make tests pass (with just CI and not GitHub actions).
This looks like a lot of work! Hats off for tackling this one 👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this turned out to be more involved than I had hoped it would be. I was hoping it would be a quick little experiment that would Just Work, but that didn't turn out to be the case.
Closing in favor of #569 |
No description provided.