Skip to content

Conversation

@hsbt
Copy link
Member

@hsbt hsbt commented Oct 20, 2023

  • Use re-using workflow for multiple Ruby versions
  • Use test-unit-ruby-core gem

ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
- name: Run test
Copy link
Contributor

Choose a reason for hiding this comment

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

Opportunity: can use setup-ruby's bunder-cache: true and omit the bundle install step.

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

@hsbt hsbt merged commit eb6fcdf into master Oct 20, 2023
@hsbt hsbt deleted the improve-ci branch October 20, 2023 06:42
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.

3 participants