diff --git a/.github/workflows/ubuntu-check.yml b/.github/workflows/ubuntu-check.yml index 9919a7302..e2fa6cc29 100644 --- a/.github/workflows/ubuntu-check.yml +++ b/.github/workflows/ubuntu-check.yml @@ -55,4 +55,9 @@ jobs: - name: make run: make - name: make check + id: make-check run: make check + - name: Show logs on failure + if: ${{ failure() && steps.make-check.outcome == 'failure' }} + run: | + more test-suite.log