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 59aafb8 commit fde3324Copy full SHA for fde3324
README.md
@@ -67,7 +67,6 @@ jobs:
67
with:
68
ruby-version: 2.6 # Not needed with a .ruby-version file
69
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
70
- - run: bundle install
71
- run: bundle exec rake
72
```
73
@@ -93,7 +92,6 @@ jobs:
93
92
94
ruby-version: ${{ matrix.ruby }}
95
96
97
98
99
0 commit comments