From 5061b9aee667d8801f7b50583cf9b6fe3f13c590 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Sat, 20 Jul 2024 14:10:29 +0200 Subject: [PATCH] build: try to exclude directory through composer settings Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 5b3d80d..98872a8 100644 --- a/composer.json +++ b/composer.json @@ -40,5 +40,8 @@ "phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", "phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", "phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage" + }, + "archive": { + "exclude": ["/tests"] } } -- GitLab