Skip to content

Commit e8c96c4

Browse files
committed
Drop path from bundle install test step
1 parent f94f2d5 commit e8c96c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby-version: 2.7.1
2020

2121
- name: Install Ruby Dependencies
22-
run: bundle install --path vendor/bundle
22+
run: bundle install
2323

2424
- name: Run RSpec
2525
run: bundle exec rspec

0 commit comments

Comments
 (0)