From 16573a397efdd8e05865c689d0322963e47ab24f Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 13 Jul 2022 16:59:23 +0200 Subject: [PATCH] tests - do not run as root --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index d3101f51e..6f9578ac1 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -370,7 +370,7 @@ jobs: # Run tests - name: Run Docker tests - run: sudo ./tests/main.py "docker" + run: ./tests/main.py "docker" - name: Temp stop tests run: exit 1 - name: Run autoconf tests