1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-03 09:38:05 +02:00

sudo for CI

This commit is contained in:
kakwa 2024-03-13 00:10:06 +01:00
parent de16df475f
commit b94713acb6

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install packages and setup ldap/AD - name: Install packages and setup ldap/AD
run: ./tests/test_env/deploy.sh run: sudo ./tests/test_env/deploy.sh
- name: Test - name: Test
run: python3 setup.py test run: python3 setup.py test