Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run the tests on pull requests

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down Expand Up @@ -69,8 +72,8 @@ jobs:
- name: Wait for the Jenkins
run: ./.github/wait-for-jenkins.sh

- name: pytest run all tests
run: pytest --alluredir=build/allure-results
- name: Run tests from tests/api/tests_ui only
run: pytest tests/api/tests_ui --alluredir=build/allure-results

- name: Get Allure history
uses: actions/checkout@v4.2.2
Expand Down
Loading