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 22e47e5 commit c080b93Copy full SHA for c080b93
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
- uses: ruby/setup-ruby@v1
30
with:
31
ruby-version: ${{ matrix.ruby }}
32
+ - name: Install dependencies
33
+ run: bundle install
34
- name: unit testing
35
env:
36
CI: true
0 commit comments