From b4f84fa20947c6f18e417654da45f9581f742edd Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 26 Feb 2026 12:26:24 -0500 Subject: [PATCH] clean up --- .github/workflows/integration-test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index d7763211..4fe7e7ac 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -108,10 +108,6 @@ jobs: sudo apt-get update sudo apt-get -y install mkcert npm run test:integration:setup - - - name: Wait for LDAP container to be healthy - if: steps.changed-files.outputs.common == 'true' || steps.changed-files.outputs.ldap == 'true' - run: | echo "Waiting for LDAP container to be healthy..." timeout 60 bash -c 'until docker compose ps | grep open-ldap | grep -q "(healthy)"; do sleep 2; done' echo "LDAP container is ready!"