Consistency

This commit is contained in:
Benoit Daloze
2020-12-22 11:49:37 +01:00
parent f36eef7a2f
commit 3cb8cff23d
+1 -1
View File
@@ -113,7 +113,7 @@ jobs:
- uses: ./
with:
ruby-version: 2.6
bundler-cache: true
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
```