Skip to content

Commit fefe9eb

Browse files
Update action service
1 parent 3d99794 commit fefe9eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ jobs:
2020
runs-on: ubuntu-latest
2121
services:
2222
openldap:
23-
image: osixia/openldap:1.3.0
23+
image: osixia/openldap:1.4.0
2424
env:
25+
LDAP_SEED_INTERNAL_LDIF_PATH: ${{ github.workspace }}/test/fixtures/ldif
2526
LDAP_TLS_VERIFY_CLIENT: try
2627
ports:
2728
- 389:389
2829
- 636:636
29-
# volumes:
30-
# - "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
30+
options: >-
31+
--hostname ldap.example.org
3132
strategy:
3233
matrix:
3334
ruby:

0 commit comments

Comments
 (0)