From 64af877b517205efef1e1d67dd09dbd6b8bf0269 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 16 Jan 2024 15:36:30 +0100 Subject: [PATCH] configure seaf-cli --- .gitea/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f960ccf..9eb2664 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -54,10 +54,11 @@ jobs: - uses: actions/checkout@v4 - name: Install dependencies uses: ./.gitea/actions/poetrybuild - - name: Install seaf-cli + - name: Install and configure seaf-cli run: | apt-get update - apt-get -y install seafile-cli + apt-get install -y seafile-cli + seaf-cli init -d /tmp - name: Fill configuration for test library run: | sed -i "s|__seafile_server__|${{ secrets.SEAFILE_SERVER }}|" tests/seafile_mirror.conf.yaml