Include prof gem group in sorbet workflow

This commit is contained in:
Douglas Eichelberger 2023-04-03 11:43:24 -07:00
parent a88397096d
commit c7db55d01b

View File

@ -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: