mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +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: |
|
run: |
|
||||||
travis/setup-database.sh $DB $PHP_VERSION $NOTESTS $MYISAM
|
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
|
- name: Phing sniff
|
||||||
env:
|
env:
|
||||||
DB: ${{steps.database-type.outputs.db}}
|
DB: ${{steps.database-type.outputs.db}}
|
||||||
|
Reference in New Issue
Block a user