Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Aug 31, 2022
1 parent 44f69e5 commit 702d0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -89,6 +89,7 @@ jobs:
run: |
docker run --detach --net=host selenium/standalone-chrome
# --detach \
- name: Start LDAP Server
run: |
docker run --rm --name test-openldap \
Expand All @@ -97,7 +98,6 @@ jobs:
--env LDAP_ADMIN_PASSWORD=secret \
--env LDAP_USERS=customuser \
--env LDAP_PASSWORDS=custompassword \
# --detach \
-p 11389:1389 \
-v /home/runner/work/ldap-commander/ldap-commander/resources/ldap/example.ldif:/ldifs/example-quickstart.ldif \
bitnami/openldap:latest
Expand Down

0 comments on commit 702d0f8

Please sign in to comment.