diff --git a/.gitea/workflows/integration-tests.yml b/.gitea/workflows/integration-tests.yml index 4e00948e..bf5c3ab0 100644 --- a/.gitea/workflows/integration-tests.yml +++ b/.gitea/workflows/integration-tests.yml @@ -378,7 +378,7 @@ jobs: echo ' print("✅ All services communicating successfully")' >> test_integration.py echo ' else:' >> test_integration.py echo ' print("⚠️ Some services not communicating properly")' >> test_integration.py - + fi # Run integration test python test_integration.py