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
|
run: poetry install --no-interaction --no-root
|
||||||
- name: Install library
|
- name: Install library
|
||||||
run: poetry install --no-interaction
|
run: poetry install --no-interaction
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: poetry run python -m unittest discover -s tests
|
||||||
source .venv/bin/activate
|
|
||||||
python -m unittest discover -s tests
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user