Skip to content

Commit

Permalink
GA: Add LDAP server as service
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Sep 1, 2022
1 parent 0c8d88c commit 720f299
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
php:
# - 8.0
- 8.1
-

services:
ldap:
image: bitnami/openldap
Expand All @@ -59,11 +59,6 @@ jobs:
LDAP_PASSWORDS: custompassword
volumes:
- ${GITHUB_WORKSPACE}/resources/ldap/example.ldif:/ldifs/example-quickstart.ldif
--env LDAP_CONFIG_ADMIN_ENABLED=true \
--env LDAP_ADMIN_USERNAME=admin \
--env LDAP_ADMIN_PASSWORD=secret \
--env LDAP_USERS=customuser \
--env LDAP_PASSWORDS=custompassword \

steps:
- name: Checkout
Expand Down

0 comments on commit 720f299

Please sign in to comment.