From bfaaf0cd6126b7b6a51aa5f8267d4292a0dca931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 9 May 2024 10:09:41 +0200 Subject: [PATCH] ci: Reduce workers for cypress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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