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 9364da1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 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 Expand Up @@ -44,6 +46,14 @@ jobs:
run: |
${RGGEN_ROOT}/rggen-devtools/bin/checkout.rb
- name: Checkout stdgems-version gem
uses: actions/checkout@v4
with:
repository: taichi-ishitani/stdgems-version
path: stdgems-version
fetch-depth: 0
submodules: true

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ group :rggen do
gem_patched 'facets'
end

for_ci do
gem_bundled 'racc'
end

group :test do
['rggen', 'rggen-foo', 'rggen-foo-bar']
.map { |plugin| [plugin, File.join(__dir__, 'spec', 'dummy_plugins', plugin)] }
Expand Down

0 comments on commit 9364da1

Please sign in to comment.