Skip to content

Commit

Permalink
ci: Rails 7.0に関係ないgemのアップグレードを抑止
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsoku committed Sep 20, 2021
1 parent 0a19dc3 commit 2fa0c03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_rails_70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
DATABASE_URL: "postgres://postgres:postgres@localhost/ci_test"
TZ: 'Asia/Tokyo'
BUNDLE_GEMFILE: 'gemfiles/rails_70.gemfile'
BUNDLE_DEPLOYMENT: "false"
DISABLE_SPRING: "1"

services:
Expand All @@ -36,7 +37,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: ruby/setup-ruby@v1
- name: Copy Gemfile.lock to gemfiles directory
run: cp Gemfile.lock ${{ env.BUNDLE_GEMFILE }}.lock

- uses: sinsoku/setup-ruby@respect_bundle_deployment
with:
bundler-cache: true

Expand Down

0 comments on commit 2fa0c03

Please sign in to comment.