Add test-ldapauth to ci

This commit is contained in:
Alexandre Aubin 2021-06-14 18:23:55 +02:00
parent 11325c95cc
commit 1fcfe734e9
2 changed files with 9 additions and 0 deletions

View file

@ -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