We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850ca5b commit 1b6f093Copy full SHA for 1b6f093
.github/workflows/ci-singlenode.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: verify single node deployment
24
shell: bash
25
run: |
26
+ sleep 10
27
echo "test access to openldap database"
28
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
29
cat /tmp/test-single-node.txt
0 commit comments