workflows/tests: output failures.

Provide a summary of what steps failed.
master
Mike McQuaid 2020-04-22 13:50:45 +01:00
parent 62994f9a5d
commit 17db3c9522
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ jobs:
mkdir bottles
cd bottles
brew test-bot
- name: Output brew test-bot failures
if: always()
run: |
cat bottles/steps_output.txt
rm bottles/steps_output.txt
- name: Count bottles
id: bottles
if: always()