diff --git a/.github/workflows/test-repositories.yml b/.github/workflows/test-repositories.yml index 8e0b8a3..d476b49 100644 --- a/.github/workflows/test-repositories.yml +++ b/.github/workflows/test-repositories.yml @@ -27,7 +27,12 @@ jobs: fail-fast: false matrix: php-versions: [ "8.1" ] - repositories: [ "nextcloud/notifications", "nextcloud/server", "nextcloud/spreed" ] + repositories: + - "nextcloud/assistant" + - "nextcloud/notifications" + - "nextcloud/server" + - "nextcloud/spreed" + - "nextcloud/tables" name: openapi-repositories