Skip to content

Commit 1a1c5cc

Browse files
committed
update running tests command
1 parent ce217a5 commit 1a1c5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_actions_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run tests(UI & API) with Pytest
5656
run: |
5757
source .venv/bin/activate
58-
pytest Ultimateqa/tests -n auto api_tests/test_users.py -n auto --alluredir=allure-results
58+
pytest Ultimateqa api_tests -n auto --alluredir=allure-results
5959
6060
- name: Generate Allure Report
6161
run: |

0 commit comments

Comments
 (0)