Skip to content

Commit 1b6f093

Browse files
author
Ubuntu
committed
debug ci
1 parent 850ca5b commit 1b6f093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-singlenode.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: verify single node deployment
2424
shell: bash
2525
run: |
26+
sleep 10
2627
echo "test access to openldap database"
2728
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
2829
cat /tmp/test-single-node.txt

0 commit comments

Comments
 (0)