From 42347f3e918630daf8922e46b385079d01fa7be2 Mon Sep 17 00:00:00 2001 From: omri zaher Date: Sun, 10 Aug 2025 14:04:55 +0300 Subject: [PATCH] Reorder pytest command options for consistency in Selenium tests --- .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 cd8797fb2..75eb5c263 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: | - pytest tests/ -v -s + pytest tests/ -s -v