Skip to content

Commit 56d92e6

Browse files
committed
Add bundle to ruby env
1 parent 13b5ef8 commit 56d92e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: 2.7
23+
run: gem install bundler -v 2.4.22 && bundle install
2324

2425
- name: Install Docker and Docker Compose
2526
run: |

0 commit comments

Comments
 (0)