Add redis to test pipeline

This commit is contained in:
2025-02-17 16:30:25 +01:00
parent 3b80b36ed6
commit 7f8304e407
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
env:
SECRET_KEY: notTheRealOne
DATABASE_URL: sqlite:///db.sqlite3
CACHE_URL: redis://127.0.0.1:6379/0
jobs:
pre-commit: