[linux-nfc] [neard][PATCH 08/16] ci: simplify getting test logs
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.01.lists.linux-nfc,dev.linux.lists.oe-linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
make check-TESTS stores the logs in one file, so no need to get them one by one. Signed-off-by: Krzysztof Kozlowski <[email protected]> --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ecd38177bde..14cc4306de23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,13 +259,7 @@ jobs: if: ${{ (matrix.env['ARCH'] == 'x86-64') || (matrix.env['ARCH'] == 'i386') }} - name: Get unit tests logs - run: | - for i in unit/*log - do - echo "#######################" - echo "LOG: $i" - cat $i - done + run: cat test-suite.log if: ${{ always() && ((steps.unit_tests.outcome == 'failure') || (steps.unit_tests.outcome == 'success')) }} -- 2.27.0 _______________________________________________ Linux-nfc mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s