Skip to content

Commit 99528c4

Browse files
committed
CI: bundle install has to be already done via setup-ruby
1 parent 6c7008f commit 99528c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/stable.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,5 @@ jobs:
3232
- name: Install bundler
3333
run: gem i bundler --no-document
3434

35-
- name: Install dependencies
36-
run: |
37-
bundle config set --local without benchmark
38-
bundle install --jobs=3
39-
4035
- name: Run tests
4136
run: bundle exec rake

0 commit comments

Comments
 (0)