From: Tom Hromatka Date: Mon, 1 Mar 2021 16:17:46 +0000 (+0000) Subject: github: Log the results of the non-containerized tests X-Git-Tag: v2.0.rc1~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F25%2Fhead;p=thirdparty%2Flibcgroup.git github: Log the results of the non-containerized tests Log the results of the non-containerized tests. The non-containerized tests will be automatically invoked by `make check`. Signed-off-by: Tom Hromatka --- diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f4d53634..e70b170d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,7 +1,7 @@ # # Continuous Integration Workflow for libcgroup # -# Copyright (c) 2020 Oracle and/or its affiliates. +# Copyright (c) 2020-2021 Oracle and/or its affiliates. # Author: Tom Hromatka # @@ -67,7 +67,9 @@ jobs: run: make check - name: Display test logs if: ${{ always() }} - run: cat tests/ftests/ftests.sh.log + run: | + cat tests/ftests/ftests.sh.log + cat tests/ftests/ftests-nocontainer.sh.log - name: Archive test logs if: ${{ always() }} uses: actions/upload-artifact@v2 @@ -110,7 +112,9 @@ jobs: run: make check - name: Display test logs if: ${{ always() }} - run: cat tests/ftests/ftests.sh.log + run: | + cat tests/ftests/ftests.sh.log + cat tests/ftests/ftests-nocontainer.sh.log - name: Archive test logs if: ${{ always() }} uses: actions/upload-artifact@v2