Skip to content

Commit c080b93

Browse files
committed
Install missing dependency
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 22e47e5 commit c080b93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: ${{ matrix.ruby }}
32+
- name: Install dependencies
33+
run: bundle install
3234
- name: unit testing
3335
env:
3436
CI: true

0 commit comments

Comments
 (0)