👷 1st time fixing pytest

This commit is contained in:
Mawoka
2022-04-09 11:30:48 +02:00
parent 24eade063d
commit 6616e09b9d
+1 -2
View File
@@ -25,9 +25,8 @@ jobs:
with:
python-version: "3.10"
cache: 'pipenv'
- run: pipenv install
- run: pipenv install --dev
- name: Prepare test environment
continue-on-error: true
run: |
pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests
pipenv run coverage xml