🐛 Fixed tests (1st time)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user