From c7cf4c423728d5ad55b82fee38780e3b8567181f Mon Sep 17 00:00:00 2001 From: omri zaher Date: Fri, 8 Aug 2025 18:49:48 +0300 Subject: [PATCH] Remove sudo from pytest command in UI testing workflow --- .github/workflows/ui-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-testing.yml b/.github/workflows/ui-testing.yml index a81b9c7d8..04a69e5a8 100644 --- a/.github/workflows/ui-testing.yml +++ b/.github/workflows/ui-testing.yml @@ -38,4 +38,4 @@ jobs: HEADLESS: true WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80 run: | - sudo pytest tests/ -v + pytest tests/ -v