Skip to content

Commit 8cdf400

Browse files
committed
Update ci.yml
1 parent 0b1fdcc commit 8cdf400

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
run: |
6565
source venv/bin/activate
6666
pytest --cov=src --cov-report=xml --cov-report=term \
67-
--alluredir=allure-results --tb=short > coverage.txt 2>&1 || echo "TESTS_FAILED=true" >> $GITHUB_ENV
68-
pytest --junitxml=pytest.xml || echo "TESTS_FAILED=true" >> $GITHUB_ENV
67+
--alluredir=allure-results --junitxml=pytest.xml --tb=short > coverage.txt 2>&1 || echo "TESTS_FAILED=true" >> $GITHUB_ENV
6968
continue-on-error: true
7069

7170
- name: Pytest coverage comment

0 commit comments

Comments
 (0)