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

@ -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