We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add and setup Appraisal to run against multiple versions of Ruby/Rails/Minitest/RSpec. We should add this as a run in CI as well.
Here is an example of using Appraisal in GHA using workflow_dispatch. https://github.com/selectiveci/selective-ruby-rspec/blob/main/.github/workflows/test_all_the_things.yml
workflow_dispatch
The text was updated successfully, but these errors were encountered:
carlospohlodcodeminer42
No branches or pull requests
Add and setup Appraisal to run against multiple versions of Ruby/Rails/Minitest/RSpec. We should add this as a run in CI as well.
Here is an example of using Appraisal in GHA using
workflow_dispatch
. https://github.com/selectiveci/selective-ruby-rspec/blob/main/.github/workflows/test_all_the_things.ymlThe text was updated successfully, but these errors were encountered: