1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-01 08:03:31 +00:00

Move example ldifs from contributing-docs repository (#653)

* Move example ldifs

* Run integration tests if config has changed
This commit is contained in:
Thomas Rittson
2024-10-17 07:51:12 +10:00
committed by GitHub
parent d65f42684e
commit 3c5bafe39f
6 changed files with 27260 additions and 0 deletions

View File

@@ -8,10 +8,14 @@ on:
paths:
- ".github/workflows/integration-test.yml" # this file
- "src/services/ldap-directory.service*" # we only have integration for LDAP testing at the moment
- "./openldap*" # any change to test fixtures
- "./docker-compose.yml" # any change to Docker configuration
pull_request:
paths:
- ".github/workflows/integration-test.yml" # this file
- "src/services/ldap-directory.service*" # we only have integration for LDAP testing at the moment
- "./openldap*" # any change to test fixtures
- "./docker-compose.yml" # any change to Docker configuration
jobs:
check-test-secrets: