Skip to content

Commit

Permalink
ci(actions): set debug log level for user_saml
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Nov 10, 2023
1 parent ed79038 commit 9fa3831
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
mkdir data
./occ maintenance:install --verbose --database=${{ matrix.databases }} --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
./occ app:enable --force ${{ env.APP_NAME }}
cat << EOF > config/debug.config.php
<?php
$CONFIG = [
'log.condition' => ['apps' => ['user_saml']],
];
EOF
PHP_CLI_SERVER_WORKERS=4 php -S localhost:8080 &
- name: Run behat
Expand Down

0 comments on commit 9fa3831

Please sign in to comment.