workflows/tests: remove cask taps audit.
These are just too error-prone. They shouldn't be re-enabled until our CI is setup such that it's impossible for any changes to be merged into homebrew-cask if these are failing.
This commit is contained in:
parent
8f78b93351
commit
f04f9b7786
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -275,12 +275,6 @@ jobs:
|
||||
- name: Run brew readall on all taps
|
||||
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
|
||||
run: |
|
||||
brew install subversion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user