From ff2a3c93df160a630ee8d822194f228d9bcacc5d Mon Sep 17 00:00:00 2001 From: perf3ct Date: Wed, 17 Sep 2025 17:36:21 +0000 Subject: [PATCH] feat(ci): try to get dufs to work again... --- .github/workflows/test-integration.yml | 2 +- .github/workflows/webdav-stress-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index a35684c..0b14034 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -197,7 +197,7 @@ jobs: --enable-cors \ --allow-all \ --auth testuser:testpass123@/:rw \ - --log-level error > dufs.log 2>&1 & + --log-file dufs.log & echo $! > dufs.pid diff --git a/.github/workflows/webdav-stress-test.yml b/.github/workflows/webdav-stress-test.yml index db04dd3..4be9e4f 100644 --- a/.github/workflows/webdav-stress-test.yml +++ b/.github/workflows/webdav-stress-test.yml @@ -145,7 +145,7 @@ jobs: --enable-cors \ --allow-all \ --auth ${{ secrets.WEBDAV_TEST_USERNAME || 'testuser' }}:${{ secrets.WEBDAV_TEST_PASSWORD || 'securepassword123' }}@/:rw \ - --log-level debug > dufs.log 2>&1 & + --log-file dufs.log & echo $! > dufs.pid echo "DUFS_PID=$(cat dufs.pid)" >> $GITHUB_ENV