diff --git a/.github/workflows/behat-sqlite.yml b/.github/workflows/behat-sqlite.yml index c96e539fd..a9b8180a8 100644 --- a/.github/workflows/behat-sqlite.yml +++ b/.github/workflows/behat-sqlite.yml @@ -110,6 +110,7 @@ jobs: for user in bob jane; do \ OC_PASS="$user" ./occ group:adduser "Bobs Group" "$user"; \ done + tail -f data/nextcloud.log & - name: Run Nextcloud run: php -S localhost:8080 &