fix: add missing 'fi' to close E2E if-else statement
All checks were successful
security-scanning / audit (push) Successful in 1m22s
integration-tests / test-service-integration (push) Successful in 3m22s

This commit is contained in:
2026-03-28 08:15:28 +01:00
parent 7bfb3c4601
commit 0a1fdff6ca

View File

@@ -487,7 +487,7 @@ jobs:
echo ' print("✅ All end-to-end workflows successful")' >> test_e2e.py
echo ' else:' >> test_e2e.py
echo ' print("⚠️ Some workflows not working properly")' >> test_e2e.py
fi
# Run E2E test
python test_e2e.py