From 6a3ee7e606c7f4f0d4aae4aac11e7753df339709 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 18 Jan 2022 23:20:04 +0800 Subject: [PATCH] workflows/tests: show `brew linkage` output (#93341) Needs Homebrew/homebrew-test-bot#771. --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71559ed06dd..eb1d724eda9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -257,6 +257,12 @@ jobs: cat bottles/steps_output.txt rm bottles/steps_output.txt + - name: Output brew linkage result + if: always() + run: | + cat bottles/linkage_output.txt + rm bottles/linkage_output.txt + - name: Output brew bottle result if: always() run: |