24 - Fix Vite manifest error in CI tests
Some checks failed
CI / ci (push) Successful in 7m53s
CI / ci (pull_request) Successful in 5m43s
Build and Push Docker Image / build (push) Failing after 7m4s

This commit is contained in:
myrmidex 2026-03-30 00:20:40 +02:00
parent cf6f0c76c2
commit c3ce5b0b80

View file

@ -6,5 +6,10 @@
abstract class TestCase extends BaseTestCase abstract class TestCase extends BaseTestCase
{ {
// protected function setUp(): void
{
parent::setUp();
$this->withoutVite();
}
} }