]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Log the results of the non-containerized tests 25/head
authorTom Hromatka <tom.hromatka@oracle.com>
Mon, 1 Mar 2021 16:17:46 +0000 (16:17 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 1 Mar 2021 16:17:46 +0000 (16:17 +0000)
Log the results of the non-containerized tests.  The
non-containerized tests will be automatically invoked
by `make check`.

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

index f4d5363415900c1ea371ec77edead53842ff05e0..e70b170d252c1e337e07aad9d268ee8e3c116831 100644 (file)
@@ -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 <tom.hromatka@oracle.com>
 #
 
@@ -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