From b1d1b50c9a97ccb1ddf39374a0f635a370b2d3a5 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Wed, 13 Nov 2024 15:03:17 +0100 Subject: [PATCH] ci: Test against groupfolders Signed-off-by: provokateurin --- .github/workflows/test-repositories.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-repositories.yml b/.github/workflows/test-repositories.yml index f42b14c..9f7b06e 100644 --- a/.github/workflows/test-repositories.yml +++ b/.github/workflows/test-repositories.yml @@ -32,11 +32,12 @@ jobs: php-versions: [ "8.1" ] repositories: - "nextcloud/assistant" + - "nextcloud/groupfolders" + - "nextcloud/mail" - "nextcloud/notifications" - "nextcloud/server" - "nextcloud/spreed" - "nextcloud/tables" - - "nextcloud/mail" name: openapi-repositories