Skip to content

feat: add support for --timeout in rsync options for large sites #7

feat: add support for --timeout in rsync options for large sites

feat: add support for --timeout in rsync options for large sites #7

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
version: "9"