Skip to content

Commit d01b2c3

Browse files
committed
chore: add installation step for Ruby gems in CI workflow
1 parent 579fa6a commit d01b2c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ jobs:
2323
ruby-version: "3.4" # Not needed with a .ruby-version, .tool-versions or mise.toml
2424
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2525

26+
- name: Install Ruby gems for plugin-ruby
27+
run: |
28+
gem install syntax_tree --no-document
29+
2630
- name: Test
2731
run: pnpm -s test:ci

0 commit comments

Comments
 (0)