Skip to content

Commit b22cc4e

Browse files
committed
Fix CICD
1 parent ae31b34 commit b22cc4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/VCS/Adapter/GiteaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function setUp(): void
2727
}
2828

2929
$adapter = new Gitea(new Cache(new None()));
30-
$giteaUrl = System::getEnv('TESTS_GITEA_URL', 'http://gitea:3000');
30+
$giteaUrl = System::getEnv('TESTS_GITEA_URL', 'http://gitea:3000') ?? '';
3131

3232
$adapter->initializeVariables(
3333
installationId: '',

0 commit comments

Comments
 (0)