Skip to content

Commit

Permalink
update workflow due to updating Gemfile structure
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Jun 7, 2024
1 parent 8292f9b commit 60a83ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 60a83ad

Please sign in to comment.