feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready

This commit is contained in:
2025-10-31 01:39:24 +01:00
parent 55c04e4fd0
commit e26eb2aa12
601 changed files with 44184 additions and 32477 deletions

View File

@@ -13,7 +13,7 @@ use App\Framework\Redis\RedisConnectionInterface;
describe('DistributedJobCoordinator', function () {
beforeEach(function () {
$this->clock = new SystemClock();
// Mock Redis Connection
$this->redis = new class implements RedisConnectionInterface {
private array $data = [];