Test ldap

This commit is contained in:
Chocobozzz
2020-07-30 16:25:00 +02:00
committed by Chocobozzz
parent f4659d73fb
commit 12e8547f07
3 changed files with 7 additions and 78 deletions

View File

@@ -21,10 +21,15 @@ jobs:
POSTGRES_USER: peertube
POSTGRES_HOST_AUTH_METHOD: trust
ldap:
image: rroemhild/test-openldap
ports:
- 389:389
strategy:
fail-fast: false
matrix:
test_suite: [ misc, api-1, api-2, api-3, api-4, cli, lint ]
test_suite: [ misc, api-1, api-2, api-3, api-4, cli, lint, external-plugins ]
env:
PGUSER: peertube
@@ -63,9 +68,6 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test
run: echo $PATH
- name: Run Test
run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }}