mirror of
https://github.com/bitwarden/directory-connector
synced 2026-02-27 01:33:15 +00:00
clean up
This commit is contained in:
4
.github/workflows/integration-test.yml
vendored
4
.github/workflows/integration-test.yml
vendored
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user