mirror of
https://github.com/pestphp/pest.git
synced 2026-09-07 15:23:34 +02:00
fix
This commit is contained in:
@@ -174,6 +174,9 @@ final class Project
|
|||||||
'HOME' => $this->home(),
|
'HOME' => $this->home(),
|
||||||
'GITHUB_EVENT_PATH' => '',
|
'GITHUB_EVENT_PATH' => '',
|
||||||
'CI_DEFAULT_BRANCH' => '',
|
'CI_DEFAULT_BRANCH' => '',
|
||||||
|
'GITHUB_ACTIONS' => '',
|
||||||
|
'GITLAB_CI' => '',
|
||||||
|
'CIRCLECI' => '',
|
||||||
...$environment,
|
...$environment,
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user