#
# 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>
#
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
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