We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae1ad7 commit a38003dCopy full SHA for a38003d
.github/workflows/ci_poetry.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: Test tasks with pytest
110
env:
111
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
112
- run: poetry run coverage run -m pytest tests/dev tests/tasks -s --log-cli-level info
+ run: poetry run coverage run -m pytest tests/dev --ignore tests/tasks -s --log-cli-level info
113
114
- name: Upload coverage data
115
uses: actions/upload-artifact@v4
0 commit comments