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

Use builtin bundler caching for the build. #1321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jcoyne
Copy link
Contributor

@jcoyne jcoyne commented Dec 3, 2024

This is a blocker for #1320

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
Copy link
Member

Choose a reason for hiding this comment

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

should this use ${{ matrix.ruby }} too?

Copy link
Contributor Author

@jcoyne jcoyne Dec 9, 2024

Choose a reason for hiding this comment

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

No, we only want to run the linter one time. The "matrix" is for the "test" job, but this is the "lint" job.

Copy link
Member

Choose a reason for hiding this comment

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

I guess there's theoretically a case where those could differ if we added other ruby versions to test.

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