From c307c37cc047c512b46afdef155f37dfa2d11aac Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 27 Nov 2024 14:20:36 +0200 Subject: [PATCH] adding mark smoke to workflow file --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index fc5a36c2..75c1c433 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -53,7 +53,7 @@ jobs: - name: Run tests run: | - pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest -m 'smoke' -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()