Skip to content

Commit 4553678

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 api_tests -n auto --alluredir=allure-results
58+
pytest Ultimateqa/ui_tests api_tests -n auto --alluredir=allure-results
5959
6060
- name: Generate Allure Report
6161
run: |

0 commit comments

Comments
 (0)