diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2c18d03..dcea649 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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