👷 1st time fixing pytest
This commit is contained in:
@@ -25,9 +25,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
cache: 'pipenv'
|
cache: 'pipenv'
|
||||||
- run: pipenv install
|
- run: pipenv install --dev
|
||||||
- name: Prepare test environment
|
- name: Prepare test environment
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
run: |
|
||||||
pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests
|
pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests
|
||||||
pipenv run coverage xml
|
pipenv run coverage xml
|
||||||
|
|||||||
Reference in New Issue
Block a user