From e3e70ab57a49a9291ea69538812536187fcfc128 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Thu, 7 Dec 2023 11:30:13 +0100 Subject: [PATCH] GHA test image: Add testdirs to the test image --- component_info | 1 + 1 file changed, 1 insertion(+) diff --git a/component_info b/component_info index bec3727f8..46d371bbe 100644 --- a/component_info +++ b/component_info @@ -3,3 +3,4 @@ SYMFONY_VERSION=4 ENCORE=no ASSETIC=no COMPOSER_VERSION=2 +TEST_EXTRA_DIRS="tests/ ci/"