From aa66d0a0ebf3e5f6d0b2f47cdcb5b50d8cbd71cb Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 24 Apr 2024 18:26:34 +0200 Subject: [PATCH] test(ldap): add LDAP tests --- .forgejo/workflows/testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index be0689006c..cd955c01af 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -140,6 +140,8 @@ jobs: env: MINIO_ROOT_USER: 123456 MINIO_ROOT_PASSWORD: 12345678 + ldap: + image: docker.io/gitea/test-openldap:latest pgsql: image: 'docker.io/postgres:15' env: @@ -176,6 +178,7 @@ jobs: TAGS: bindata RACE_ENABLED: true USE_REPO_TEST_DIR: 1 + TEST_LDAP: 1 test-sqlite: if: ${{ !startsWith(vars.ROLE, 'forgejo-') }} runs-on: docker