mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Test ldap
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user