mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-02-03 02:44:58 +00:00
fix(ci): install bundler, remove dependabot config
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -41,7 +41,9 @@ jobs:
|
||||
run: brew install-bundler-gems
|
||||
|
||||
- name: Install project gems
|
||||
run: bundle install
|
||||
run: |
|
||||
gem install bundler
|
||||
bundle install
|
||||
|
||||
- name: Run brew test-bot (cleanup)
|
||||
run: brew test-bot --only-cleanup-before
|
||||
|
||||
Reference in New Issue
Block a user