Skip to content

Delete unix_socket and don't return error when failed to read from se… #2243

Delete unix_socket and don't return error when failed to read from se…

Delete unix_socket and don't return error when failed to read from se… #2243

Workflow file for this run

name: Seafile CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/setup-python@v1
with:
python-version: "3.8"
- name: install dependencies and test
run: |
cd $GITHUB_WORKSPACE
./ci/install-deps.sh
./ci/run.py