From: Paul Luse Date: Thu, 24 Apr 2025 15:38:29 +0000 (-0700) Subject: Update tests.yml X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07bde560b71a2f6e36de5bc6f24e07e761c1c83b;p=thirdparty%2Fmdadm.git Update tests.yml Signed-off-by: Paul Luse --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f8e2b8e..b4c156c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: if: ${{ steps.testing.outcome == 'failure' }} run: | cd .. - sudo rm /home/ci/actions-runner/_work/mdadm/logs/*.log + sudo rm -rf /home/ci/actions-runner/_work/mdadm/logs/*.log - name: "Set failed" if: ${{ steps.testing.outcome == 'failure' }}