From 731078325a652a9a9b7714bd67fcd896fe3162ad Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 16 Dec 2019 09:35:56 +0100 Subject: [PATCH] Dump contents of certain log files on build failure Signed-off-by: Joachim Nilsson --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index d7a4b7b..6c590e4 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -14,7 +14,7 @@ jobs: - name: build run: make - name: test - run: make check + run: make check || (cat test/test-suite.log; cat test/start.log; cat test/remote.log; false) # - name: clang-tidy check # uses: muxee/clang-tidy-action@0.0.1-rc1 # - name: SonarCloud Scan