From 0a1fdff6cad4dc41fe4a80b92f2e59640caf64af Mon Sep 17 00:00:00 2001 From: aitbc1 Date: Sat, 28 Mar 2026 08:15:28 +0100 Subject: [PATCH] fix: add missing 'fi' to close E2E if-else statement --- .gitea/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/integration-tests.yml b/.gitea/workflows/integration-tests.yml index bf5c3ab0..35c27855 100644 --- a/.gitea/workflows/integration-tests.yml +++ b/.gitea/workflows/integration-tests.yml @@ -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