diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36b744a6df8..f67cb8fb488 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -231,6 +231,18 @@ 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: | + cat bottles/bottle_output.txt + rm bottles/bottle_output.txt + - name: Run brew test-bot ${{ needs.setup_tests.outputs.test-bot-dependents-args }} --skipped-or-failed-formulae=${{ steps.brew-test-bot-formulae.outputs.skipped_or_failed_formulae }} if: ${{fromJson(needs.setup_tests.outputs.test-dependents)}} run: | @@ -244,18 +256,6 @@ 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: | - cat bottles/bottle_output.txt - rm bottles/bottle_output.txt - - name: Upload logs if: always() uses: actions/upload-artifact@main