From ab9cedeb7de0053627d1a6693516dac8630dd5d6 Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Wed, 25 Aug 2021 11:44:31 -0700 Subject: [PATCH] [build] try to cat output --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 9f296012..74046909 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -73,7 +73,7 @@ jobs: - name: make run: make -j4 - name: make distcheck - run: make distcheck -j4 || (test -e lnav-*/_build/sub/src/tailer/test-suite.log && cat lnav-*/_build/sub/src/tailer/test-suite.log) || (test -e lnav-*/_build/sub/test/test-suite.log && cat lnav-*/_build/sub/test/test-suite.log) + run: make distcheck -j4 || (test -e lnav-*/_build/sub/src/tailer/test-suite.log && cat lnav-*/_build/sub/src/tailer/test-suite.log && false) || (test -e lnav-*/_build/sub/test/test-suite.log && cat lnav-*/_build/sub/test/test-suite.log && false) - name: Upload a Build Artifact uses: actions/upload-artifact@v2 with: