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