ci: Reduce workers for cypress
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@@ -14,7 +14,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
cypress:
|
cypress:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ['ubuntu-latest', 'self-hosted']
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
- name: Set up Nextcloud
|
- name: Set up Nextcloud
|
||||||
env:
|
env:
|
||||||
DB_PORT: 4444
|
DB_PORT: 4444
|
||||||
PHP_CLI_SERVER_WORKERS: 10
|
PHP_CLI_SERVER_WORKERS: 5
|
||||||
run: |
|
run: |
|
||||||
mkdir data
|
mkdir data
|
||||||
echo '<?php $CONFIG=["memcache.local"=>"\OC\Memcache\APCu","hashing_default_password"=>true];' > config/config.php
|
echo '<?php $CONFIG=["memcache.local"=>"\OC\Memcache\APCu","hashing_default_password"=>true];' > config/config.php
|
||||||
|
|||||||
Reference in New Issue
Block a user