adding mark smoke to workflow file

This commit is contained in:
aya 2024-11-27 14:20:36 +02:00
parent 4fb533a15d
commit c307c37cc0

View File

@ -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()