forked from mystiq/dex
Allow ldap tests
This commit is contained in:
parent
d2095bb2d8
commit
11c2499713
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -62,8 +62,7 @@ jobs:
|
|||
DEX_POSTGRES_HOST: localhost
|
||||
DEX_POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
|
||||
DEX_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
|
||||
# TODO: enable
|
||||
DEX_LDAP_TESTS: 0
|
||||
DEX_LDAP_TESTS: 1
|
||||
DEX_KEYSTONE_URL: http://localhost:${{ job.services.keystone.ports[5000] }}
|
||||
DEX_KEYSTONE_ADMIN_URL: http://localhost:${{ job.services.keystone.ports[35357] }}
|
||||
DEX_KEYSTONE_ADMIN_USER: demo
|
||||
|
|
Loading…
Reference in a new issue