Skip to content

Commit 7a5b29f

Browse files
committed
fix: Add --no-terminal flag to pytest in CI workflow to prevent "Bad file descriptor" errors
1 parent e2a5d5e commit 7a5b29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mypy linux_edr/
3636
- name: Test with pytest
3737
run: |
38-
pytest --cov=linux_edr --cov-report=xml --timeout=60
38+
pytest --cov=linux_edr --cov-report=xml --timeout=60 --no-terminal
3939
- name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v3
4141
with:

0 commit comments

Comments
 (0)