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.hroma...@oracle.com>
---
 .github/workflows/continuous-integration.yml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/continuous-integration.yml 
b/.github/workflows/continuous-integration.yml
index f4d536341590..e70b170d252c 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 <tom.hroma...@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
-- 
2.26.2



_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to