Include prof gem group in sorbet workflow
This commit is contained in:
parent
a88397096d
commit
c7db55d01b
3
.github/workflows/sorbet.yml
vendored
3
.github/workflows/sorbet.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
||||
id: set-up-homebrew
|
||||
uses: Homebrew/actions/setup-homebrew@master
|
||||
|
||||
- name: Install Bundler RubyGems
|
||||
run: brew install-bundler-gems --groups=prof
|
||||
|
||||
- name: Configure Git user
|
||||
uses: Homebrew/actions/git-user-config@master
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user