Skip to content

Commit

Permalink
cache the bundle, and specificy the ruby version here
Browse files Browse the repository at this point in the history
cache the bundle, and specificy the ruby version here
  • Loading branch information
notnmeyer committed Dec 8, 2023
1 parent 9655cff commit d52cd59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: bundle install
with:
ruby-version: 3.1.4
bundler-cache: true
- run: bundle exec rails test

0 comments on commit d52cd59

Please sign in to comment.