Skip to content

Commit

Permalink
debug: log level 0
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Jun 25, 2023
1 parent b9b3aec commit 1643850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
PHP_CLI_SERVER_WORKERS: 10
run: |
mkdir data
echo '<?php $CONFIG=["memcache.local"=>"\OC\Memcache\APCu","hashing_default_password"=>true];' > config/config.php
echo '<?php $CONFIG=["loglevel"=>0,"memcache.local"=>"\OC\Memcache\APCu","hashing_default_password"=>true];' > config/config.php
php occ maintenance:install --verbose --database=pgsql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
php -f index.php
php -S 0.0.0.0:8081 &
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
uses: actions/upload-artifact@v2
if: failure()
with:
name: Upload nextcloud log
name: Upload nextcloud log ${{ matrix.containers }}
path: data/nextcloud.log
retention-days: 5

Expand Down

0 comments on commit 1643850

Please sign in to comment.