👷 4th time fixing pytest

This commit is contained in:
Mawoka
2022-04-09 11:45:14 +02:00
parent de2fc4157e
commit 76f8ffd8ab
+2 -1
View File
@@ -26,7 +26,8 @@ jobs:
python-version: "3.10"
cache: 'pipenv'
- run: pipenv install --dev
- run: echo ${{ secrets.DOTENV }} > .env
- run: echo ${{ secrets.DOTENV }} | base64 --decode > .env
- run: set -o allexport; source .env; set +o allexport
- name: Prepare test environment
run: |
pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests