sudo for CI

This commit is contained in:
kakwa 2024-03-13 00:10:06 +01:00
parent de16df475f
commit b94713acb6
1 changed files with 1 additions and 1 deletions

View File

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