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 f94f2d5 commit e8c96c4Copy full SHA for e8c96c4
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
ruby-version: 2.7.1
20
21
- name: Install Ruby Dependencies
22
- run: bundle install --path vendor/bundle
+ run: bundle install
23
24
- name: Run RSpec
25
run: bundle exec rspec
0 commit comments