Skip to content

Add github action to run tests for different ruby versions#25

Open
dmrAnderson wants to merge 1 commit intoOrestF:masterfrom
dmrAnderson:add_github_action
Open

Add github action to run tests for different ruby versions#25
dmrAnderson wants to merge 1 commit intoOrestF:masterfrom
dmrAnderson:add_github_action

Conversation

@dmrAnderson
Copy link
Copy Markdown

No description provided.

@dmrAnderson
Copy link
Copy Markdown
Author

Confirmation that this works as expected.

Comment thread readymade.gemspec
spec.homepage = 'https://github.com/OrestF/readymade'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread .github/workflows/ci.yml
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: 'Run Tests'
run: bundle exec rake
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are u sure? @dmrAnderson

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, as it simply runs all tests

task default: :spec

Results could be found here
https://github.com/dmrAnderson/readymade/actions/runs/18911061352/job/53981644929?pr=2#step:4:1

@dmrAnderson dmrAnderson force-pushed the add_github_action branch 6 times, most recently from e2f2a5b to 19da5e5 Compare October 29, 2025 14:06
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