Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd364aa

Browse files
committed
Refix
1 parent d674364 commit bd364aa

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,14 @@ jobs:
4141
ports:
4242
- 5672:5672
4343
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
4645
ports:
4746
- 3389:389
4847
env:
49-
LDAP_DOMAIN: "symfony.com"
5048
LDAP_ADMIN_PASSWORD: symfony
5149
LDAP_BASE_DN: "dc=symfony,dc=com"
5250
LDAP_SEED_INTERNAL_LDIF_PATH: "/ldif-data"
5351
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-
6052
- name: Checkout
6153
uses: actions/checkout@v2
6254

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ addons:
1010
- parallel
1111
- language-pack-fr-base
1212
- ldap-utils
13-
- slapd
1413
- zookeeperd
1514
- libzookeeper-mt-dev
1615

0 commit comments

Comments
 (0)