File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -41,22 +41,14 @@ jobs:
41
41
ports :
42
42
- 5672:5672
43
43
openldap :
44
- image : osixia/openldap:1.4.0
45
- options : -v ${{ github.workspace }}/src/Symfony/Component/Ldap/Tests/Fixtures/data:/ldif-data
44
+ image : lucasaba/symfony-openldap:0.1
46
45
ports :
47
46
- 3389:389
48
47
env :
49
- LDAP_DOMAIN : " symfony.com"
50
48
LDAP_ADMIN_PASSWORD : symfony
51
49
LDAP_BASE_DN : " dc=symfony,dc=com"
52
50
LDAP_SEED_INTERNAL_LDIF_PATH : " /ldif-data"
53
51
steps :
54
- - name : Set file permission
55
- run : |
56
- ls -la ${{ github.workspace }}/src/Symfony/Component/Ldap/Tests/Fixtures/data &&
57
- sudo chmod -R 777 ${{ github.workspace }}/src/Symfony/Component/Ldap/Tests/Fixtures/data &&
58
- ls -la ${{ github.workspace }}/src/Symfony/Component/Ldap/Tests/Fixtures/data
59
-
60
52
- name : Checkout
61
53
uses : actions/checkout@v2
62
54
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ addons:
10
10
- parallel
11
11
- language-pack-fr-base
12
12
- ldap-utils
13
- - slapd
14
13
- zookeeperd
15
14
- libzookeeper-mt-dev
16
15
You can’t perform that action at this time.
0 commit comments