From 7b6415ccd07c1e68031fa47c0999ed680cf717bd Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Fri, 7 Aug 2026 03:15:22 +0100 Subject: [PATCH] fix --- tests/Fixtures/Tia/Project.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Fixtures/Tia/Project.php b/tests/Fixtures/Tia/Project.php index 4348454e..bead90b3 100644 --- a/tests/Fixtures/Tia/Project.php +++ b/tests/Fixtures/Tia/Project.php @@ -174,6 +174,9 @@ final class Project 'HOME' => $this->home(), 'GITHUB_EVENT_PATH' => '', 'CI_DEFAULT_BRANCH' => '', + 'GITHUB_ACTIONS' => '', + 'GITLAB_CI' => '', + 'CIRCLECI' => '', ...$environment, ], );