From 316edbc83e6161696488f45ec6a055d196bd902d Mon Sep 17 00:00:00 2001 From: Taichi Ishitani Date: Fri, 7 Jun 2024 22:52:42 +0900 Subject: [PATCH] update workflow due to updating gemfile structure --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367e47c..57192e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: frozen_string_literal: ['yes', 'no'] env: + BUNDLE_WITH: 'development_common development_test' + BUNDLE_WITHOUT: 'development_lint development_local' RUBYOPT: ${{ (matrix.frozen_string_literal == 'yes' && '--enable-frozen-string-literal') || '' }} USE_GEM_PATCHED_LOCALLY: ${{ matrix.frozen_string_literal }}