Re
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 3m34s
Test, build and push image to registry / build-image (push) Successful in 15m50s

This commit is contained in:
2026-04-07 20:38:59 +02:00
parent d59266d118
commit 6b5381a768

View File

@@ -16,7 +16,7 @@ class LLMProviderTest extends TestCase
$this->service = new OpenAPIPrompt(); $this->service = new OpenAPIPrompt();
} }
public function dummy_test(): void public function test_dummy(): void
{ {
$this->assertTrue(true); $this->assertTrue(true);
} }