tests - do not run as root

This commit is contained in:
florian 2022-07-13 16:59:23 +02:00
parent de8cee491a
commit 16573a397e

View file

@ -370,7 +370,7 @@ jobs:
# Run tests # Run tests
- name: Run Docker tests - name: Run Docker tests
run: sudo ./tests/main.py "docker" run: ./tests/main.py "docker"
- name: Temp stop tests - name: Temp stop tests
run: exit 1 run: exit 1
- name: Run autoconf tests - name: Run autoconf tests