diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 915184a2df..04e915b3b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,8 @@ jobs: - name: clone and build run: | - git clone --depth=1 --branch=master https://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy - cd /tmp/seafile-test-deploy && git fetch origin master:master && git checkout master + git clone --depth=1 --branch=11.0 https://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy + cd /tmp/seafile-test-deploy && git fetch origin 11.0:11.0 && git checkout 11.0 ./bootstrap.sh - name: pip install