TEST 2 échec CI

This commit is contained in:
2025-08-25 03:59:22 +02:00
parent eff0b3a402
commit 91a23a446f
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ jobs:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
# Wait for container to be ready
sleep 10
sleep 60
# Check if container is still running
if docker ps | grep test-container; then