From 7314ad55b4260280a796cc9d3b2da7ad0f4bc884 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 1 Apr 2021 13:25:30 +0100 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9cf932fb6..fdd73ceb61 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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