From 45c76eab6c0c4448655228b77483477e8946bcdf Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 4 Apr 2023 14:38:24 +0200 Subject: [PATCH] Use find instead of ls --- .github/workflows/system-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index fc0ad6fc711..210f17f07a2 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -160,8 +160,8 @@ jobs: path: images - name: Load images run: | + find images cd images - ls -l docker load < agent.tar docker load < runner.tar docker load < weblog-${{ matrix.app }}.tar @@ -298,5 +298,5 @@ jobs: continue-on-error: true - name: Print fancy log report run: | - ls -l logs + find logs* python utils/scripts/markdown_logs.py >> $GITHUB_STEP_SUMMARY