Merge pull request #15134 from dduugg/sorbet-workflow

Include prof gem group in sorbet workflow
This commit is contained in:
Mike McQuaid 2023-04-04 08:41:08 +01:00 committed by GitHub
commit ae8fc16031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: