1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[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

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}}