mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add test-ldapauth to ci
This commit is contained in:
parent
11325c95cc
commit
1fcfe734e9
2 changed files with 9 additions and 0 deletions
|
@ -181,3 +181,12 @@ test-service:
|
|||
only:
|
||||
changes:
|
||||
- src/yunohost/service.py
|
||||
|
||||
test-ldapauth:
|
||||
extends: .test-stage
|
||||
script:
|
||||
- cd src/yunohost
|
||||
- python3 -m pytest tests/test_ldapauth.py
|
||||
only:
|
||||
changes:
|
||||
- src/yunohost/authenticators/*.py
|
||||
|
|
Loading…
Add table
Reference in a new issue