Merge pull request #10985 from MikeMcQuaid/disable_cask_audit_ci

workflows/tests: remove cask taps audit.
This commit is contained in:
Mike McQuaid 2021-04-01 17:09:45 +01:00 committed by GitHub
commit c7e183ef9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,12 +275,6 @@ jobs:
- name: Run brew readall on all taps - name: Run brew readall on all taps
run: brew readall --aliases run: brew readall --aliases
- name: Run brew audit --skip-style on Cask taps
run: |
brew audit --skip-style --display-failures-only --tap=homebrew/cask
brew audit --skip-style --display-failures-only --tap=homebrew/cask-drivers
brew audit --skip-style --display-failures-only --tap=homebrew/cask-fonts
- name: Install brew tests dependencies - name: Install brew tests dependencies
run: | run: |
brew install subversion brew install subversion