From 9eed1f91a779afaa3c5171a8c8b37dfd31cfc49e Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Wed, 3 Aug 2022 10:45:16 -0700 Subject: [PATCH] Print logs on failure --- .github/workflows/ci_cd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c33511ea8..0f5ec832a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -81,6 +81,11 @@ jobs: just build just test --extended + - name: Print logs + if: failure() + run: just logs + + push: name: Publish Docker images runs-on: ubuntu-latest