We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce217a5 commit 1a1c5ccCopy full SHA for 1a1c5cc
1 file changed
.github/workflows/github_actions_tests.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Run tests(UI & API) with Pytest
56
run: |
57
source .venv/bin/activate
58
- pytest Ultimateqa/tests -n auto api_tests/test_users.py -n auto --alluredir=allure-results
+ pytest Ultimateqa api_tests -n auto --alluredir=allure-results
59
60
- name: Generate Allure Report
61
0 commit comments