[ticket/16659] Add setup script for LDAP

PHPBB3-16659
This commit is contained in:
Marc Alexander 2020-12-15 22:45:18 +01:00
parent c2c2c3f62b
commit 67da9e0e85
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -163,6 +163,13 @@ jobs:
run: |
travis/setup-database.sh $DB $PHP_VERSION $NOTESTS $MYISAM
- name: Setup LDAP
env:
SLOWTESTS: ${{ matrix.SLOWTESTS }}
if: ${{ matrix.SLOWTESTS == 1 }}
run: |
travis/setup-ldap.sh $SLOWTESTS
- name: Phing sniff
env:
DB: ${{steps.database-type.outputs.db}}