workflows/test: use bash script
This commit is contained in:
parent
41a67eb4a1
commit
088a36a48c
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -43,7 +43,5 @@ jobs:
|
||||
run: poetry install --no-interaction --no-root
|
||||
- name: Install library
|
||||
run: poetry install --no-interaction
|
||||
- name: Run Tests
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
python -m unittest discover -s tests
|
||||
- name: Run Tests
|
||||
run: poetry run python -m unittest discover -s tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user