mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
sudo for CI
This commit is contained in:
parent
de16df475f
commit
b94713acb6
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install packages and setup ldap/AD
|
||||
run: ./tests/test_env/deploy.sh
|
||||
run: sudo ./tests/test_env/deploy.sh
|
||||
|
||||
- name: Test
|
||||
run: python3 setup.py test
|
||||
|
Loading…
Reference in New Issue
Block a user