We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a1172 commit 961e6d9Copy full SHA for 961e6d9
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
DEX_POSTGRES_HOST: localhost
70
DEX_POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
71
DEX_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
72
- DEX_LDAP_TESTS: 1
+ DEX_LDAP_TESTS: 0
73
DEX_KEYSTONE_URL: http://localhost:${{ job.services.keystone.ports[5000] }}
74
DEX_KEYSTONE_ADMIN_URL: http://localhost:${{ job.services.keystone.ports[35357] }}
75
DEX_KEYSTONE_ADMIN_USER: demo
0 commit comments