Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ljusichkin authored Sep 24, 2024
1 parent f10fdb4 commit e726d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
- name: Run all tests
if: "github.event.inputs.deployment_target == 'all'"
run: |
pytest --driver Chrome --disable-warnings --alluredir=allure-results
pytest --disable-warnings --alluredir=allure-results
- name: Run smoke tests
if: "github.event.inputs.deployment_target == 'smoke'"
run: |
pytest -m smoke --driver Chrome --disable-warnings --alluredir=allure-results
pytest -m smoke --disable-warnings --alluredir=allure-results
- name: Run regression tests
if: "github.event.inputs.deployment_target == 'regression'"
run: |
pytest -m regression --driver Chrome --disable-warnings --alluredir=allure-results
pytest -m regression --disable-warnings --alluredir=allure-results
- name: Upload allure results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e726d14

Please sign in to comment.