Skip to content

Commit

Permalink
ci(performance): Make performance test more reliable by disabling cro…
Browse files Browse the repository at this point in the history
…n and an app

Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Sep 24, 2024
1 parent ed44f9d commit 2ce185f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ce185f

Please sign in to comment.