Skip to content

Commit

Permalink
BROKEN - skip most tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Dec 18, 2024
1 parent eae1ad7 commit a38003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Test tasks with pytest
env:
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
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

- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a38003d

Please sign in to comment.