Skip to content

Commit

Permalink
Use find instead of ls
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Apr 4, 2023
1 parent 8852e2e commit 45c76ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 45c76ea

Please sign in to comment.