workflows/tests: show `brew linkage` output (#93341)

Needs Homebrew/homebrew-test-bot#771.
master
Carlo Cabrera 2022-01-18 23:20:04 +08:00 committed by GitHub
parent c1fa4b6fc1
commit 6a3ee7e606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -257,6 +257,12 @@ jobs:
cat bottles/steps_output.txt cat bottles/steps_output.txt
rm 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 - name: Output brew bottle result
if: always() if: always()
run: | run: |