From 1b6f09341df2b2b47622ef5c4d757ff62348f9ed Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 22 May 2024 07:49:24 +0000 Subject: [PATCH] debug ci --- .github/workflows/ci-singlenode.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-singlenode.yml b/.github/workflows/ci-singlenode.yml index a6fd514..3099774 100644 --- a/.github/workflows/ci-singlenode.yml +++ b/.github/workflows/ci-singlenode.yml @@ -23,6 +23,7 @@ jobs: - name: verify single node deployment shell: bash run: | + sleep 10 echo "test access to openldap database" LDAPTLS_REQCERT=never ldapsearch -x -D 'cn=admin,dc=singlenode,dc=org' -w Not@SecurePassw0rd -H ldaps://localhost:30636 -b 'dc=singlenode,dc=org' > /tmp/test-single-node.txt cat /tmp/test-single-node.txt