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

Run tests for individual gems in GitHub Actions #550

Closed
wants to merge 12 commits into from

Conversation

jagthedrummer
Copy link
Contributor

No description provided.


gem "bullet_train", path: "../bullet_train"
gem "bullet_train-api", path: "../bullet_train-api"
gem "bullet_train-super_scaffolding", path: "../bullet_train-super_scaffolding"
Copy link
Contributor

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 👏

Copy link
Contributor Author

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.

@jagthedrummer
Copy link
Contributor Author

Closing in favor of #569

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