1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-02-27 01:33:15 +00:00
This commit is contained in:
Brandon
2026-02-26 12:26:24 -05:00
parent 651867a2e9
commit b4f84fa209

View File

@@ -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!"