diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 09ac683..bc81c44 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -51,7 +51,7 @@ jobs: - name: Configure dante-server run: | - cat < dante.log 2>&1 & + pkill danted || true + danted -f /etc/danted.conf -D > dante.log 2>&1 & sleep 3 cat dante.log