Update tests.yml
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -27,6 +27,10 @@ jobs:
|
||||
run: |
|
||||
poetry install
|
||||
|
||||
- name: Install pexpect for testing the interactive CLI
|
||||
run: |
|
||||
poetry add --dev pexpect
|
||||
|
||||
- name: Run tests with pytest
|
||||
run: |
|
||||
poetry run pytest -s tests
|
||||
|
||||
Reference in New Issue
Block a user