Check truncate time when check file size (#780) #2566
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@v3 | |
| with: | |
| python-version: "3.12" | |
| - name: install dependencies and test | |
| run: | | |
| cd $GITHUB_WORKSPACE | |
| ./ci/install-deps.sh | |
| ./ci/run.py |