diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 667a05d5..a738b412 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -121,6 +121,8 @@ jobs: mkdir data ./occ maintenance:install --verbose --database=sqlite --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 }} + ./occ app:disable webhoook_listeners + ./occ background:cron ./occ config:system:set query_log_file --value "$PWD/query.log" # - name: Check PHPUnit script is defined diff --git a/tests/Integration/base-query-count.txt b/tests/Integration/base-query-count.txt index 5ac85f4c..3083f60b 100644 --- a/tests/Integration/base-query-count.txt +++ b/tests/Integration/base-query-count.txt @@ -1 +1 @@ -8200 +8800