diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index c4bc7b02..14ac71cc 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -149,6 +149,12 @@ jobs: run: | composer run --list | grep '^ test:integration ' | wc -l | grep 1 + - name: Enable debug logging + if: steps.check_integration.outcome == 'success' + run: | + ./occ config:system:set debug --value true --type bool + ./occ log:manage --level debug + - name: Run Nextcloud # Only run if phpunit integration config file exists if: steps.check_integration.outcome == 'success'