]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Always display test logs
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 23 Dec 2020 18:12:39 +0000 (11:12 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 23 Dec 2020 18:12:39 +0000 (11:12 -0700)
Always display the test logs in the github actions
GUI.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/continuous-integration.yml

index e6c68c6d3e2d761aeeba002d18ef124c2f7ae4c2..f4d5363415900c1ea371ec77edead53842ff05e0 100644 (file)
@@ -39,6 +39,7 @@ jobs:
         make check
         popd
     - name: Display test logs
+      if: ${{ always() }}
       run: cat tests/gunit/test-suite.log
     - name: Collate code coverage results
       run: lcov -d . -c > lcov.info
@@ -65,6 +66,7 @@ jobs:
     - name: Run functional tests
       run: make check
     - name: Display test logs
+      if: ${{ always() }}
       run: cat tests/ftests/ftests.sh.log
     - name: Archive test logs
       if: ${{ always() }}
@@ -107,6 +109,7 @@ jobs:
     - name: Run functional tests
       run: make check
     - name: Display test logs
+      if: ${{ always() }}
       run: cat tests/ftests/ftests.sh.log
     - name: Archive test logs
       if: ${{ always() }}