We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b5ef8 commit 56d92e6Copy full SHA for 56d92e6
.github/workflows/tests.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: ruby/setup-ruby@v1
21
with:
22
ruby-version: 2.7
23
+ run: gem install bundler -v 2.4.22 && bundle install
24
25
- name: Install Docker and Docker Compose
26
run: |
0 commit comments