This commit is contained in:
2025-08-25 21:28:14 -04:00
parent efa2ee5b59
commit 19364fcc76
11 changed files with 1208 additions and 13 deletions

View File

@ -146,8 +146,8 @@ The project uses podman-compose for all testing environments and database operat
### End-to-End Testing
```bash
# Start test environment with podman-compose
podman-compose up -d
# Start test environment with podman-compose, guaranteeing that it updates with --build
podman-compose up -d --build
# Wait for services to be ready
sleep 10