🐛 Fixed tests (1st time)

This commit is contained in:
Mawoka
2022-04-16 15:03:38 +02:00
parent c3f84e755c
commit 40e8300e46
+2
View File
@@ -29,6 +29,8 @@ jobs:
echo ${{ secrets.DOTENV }} | base64 --decode > .env
set -o allexport; source .env; set +o allexport
mkdir /tmp/storage/
pipenv run python init_db.py
docker run --rm -d -p 6379:6379 --name test_redis redis:alpine
- name: Run tests
run: |
pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests