From 1634089e288849c25549b7c9b181c46791005c91 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 17 Feb 2025 12:54:50 +0100 Subject: [PATCH] ci: Do not force-enable the app This hides incompatibility issues. Signed-off-by: Christoph Wurst --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15da6642a0..e2b072c132 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,7 +156,7 @@ jobs: if: ${{ matrix.php-versions == '8.3' }} run: sed -i 's/max-version="8.3"/max-version="8.4"/' nextcloud/apps/mail/appinfo/info.xml - name: Install Mail - run: php -f nextcloud/occ app:enable -f mail + run: php -f nextcloud/occ app:enable mail - name: Configure Nextcloud for testing run: | php -f nextcloud/occ config:system:set debug --type bool --value true