diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 4d364dc..f960ccf 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -54,6 +54,10 @@ jobs: - uses: actions/checkout@v4 - name: Install dependencies uses: ./.gitea/actions/poetrybuild + - name: Install seaf-cli + run: | + apt-get update + apt-get -y install seafile-cli - name: Fill configuration for test library run: | sed -i "s|__seafile_server__|${{ secrets.SEAFILE_SERVER }}|" tests/seafile_mirror.conf.yaml