mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16659] Add setup script for LDAP
PHPBB3-16659
This commit is contained in:
parent
c2c2c3f62b
commit
67da9e0e85
1 changed files with 7 additions and 0 deletions
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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue