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:
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@@ -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}}
|
||||
|
Reference in New Issue
Block a user