Skip to content

Commit ba432a3

Browse files
author
Nikita Filonov
committed
Initial commit
1 parent 389ca7b commit ba432a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Run API tests with pytest and generate Allure results
3030
run: |
31-
pytest -m regression --alluredir=allure-results --numprocesses 2 # Запускаем тесты, отмеченные как "regression", генерируем результаты для Allure
31+
pytest -m regression --alluredir=allure-results --numprocesses 2
3232
3333
- name: Upload Allure results
3434
if: always()

0 commit comments

Comments
 (0)