diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b2d74e736..db962d23c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -14,7 +14,7 @@ env: jobs: cypress: - runs-on: ubuntu-latest + runs-on: ['ubuntu-latest', 'self-hosted'] strategy: fail-fast: false @@ -83,7 +83,7 @@ jobs: - name: Set up Nextcloud env: DB_PORT: 4444 - PHP_CLI_SERVER_WORKERS: 10 + PHP_CLI_SERVER_WORKERS: 5 run: | mkdir data echo '"\OC\Memcache\APCu","hashing_default_password"=>true];' > config/config.php