start seaf-cli daemon
Some checks failed
Test suites / test-build-install (pull_request) Successful in 27s
Test suites / selftest (pull_request) Successful in 54s
Test suites / pylint (pull_request) Failing after 31s
Test suites / formatting (pull_request) Successful in 27s
Test suites / mypy (pull_request) Successful in 27s
Test suites / reuse (pull_request) Successful in 6s

This commit is contained in:
2024-01-16 15:39:40 +01:00
parent 64af877b51
commit 1abf7ddd08

View File

@@ -54,11 +54,14 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
uses: ./.gitea/actions/poetrybuild
- name: Install and configure seaf-cli
- name: Install seaf-cli
run: |
apt-get update
apt-get install -y seafile-cli
- name: Configure seaf-cli and start daemon
run: |
seaf-cli init -d /tmp
seaf-cli start
- name: Fill configuration for test library
run: |
sed -i "s|__seafile_server__|${{ secrets.SEAFILE_SERVER }}|" tests/seafile_mirror.conf.yaml