From d52cd597f8040992d0bd06fa21fd569fb41fda7f Mon Sep 17 00:00:00 2001 From: Nate Meyer <672246+notnmeyer@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:29:40 -0800 Subject: [PATCH] cache the bundle, and specificy the ruby version here cache the bundle, and specificy the ruby version here --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d844cb6..171a936 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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