Skip to content

Commit

Permalink
Move example ldifs from contributing-docs repository (#653)
Browse files Browse the repository at this point in the history
* Move example ldifs

* Run integration tests if config has changed
  • Loading branch information
eliykat authored Oct 16, 2024
1 parent d65f426 commit 3c5bafe
Show file tree
Hide file tree
Showing 6 changed files with 27,260 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading

0 comments on commit 3c5bafe

Please sign in to comment.