workflows/test: use bash script

This commit is contained in:
ohdearaugustin 2022-09-01 17:28:24 +02:00
parent 41a67eb4a1
commit 088a36a48c

View File

@ -44,6 +44,4 @@ jobs:
- name: Install library
run: poetry install --no-interaction
- name: Run Tests
run: |
source .venv/bin/activate
python -m unittest discover -s tests
run: poetry run python -m unittest discover -s tests