mirror of
https://github.com/ae-utbm/sith.git
synced 2025-03-09 23:07:11 +00:00
Add redis to test pipeline
This commit is contained in:
parent
3b80b36ed6
commit
7f8304e407
5
.github/actions/setup_project/action.yml
vendored
5
.github/actions/setup_project/action.yml
vendored
@ -9,6 +9,11 @@ runs:
|
|||||||
packages: gettext
|
packages: gettext
|
||||||
version: 1.0 # increment to reset cache
|
version: 1.0 # increment to reset cache
|
||||||
|
|
||||||
|
- name: Install Redis
|
||||||
|
uses: shogo82148/actions-setup-redis@v1
|
||||||
|
with:
|
||||||
|
redis-version: "7.x"
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v5
|
||||||
with:
|
with:
|
||||||
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
SECRET_KEY: notTheRealOne
|
SECRET_KEY: notTheRealOne
|
||||||
DATABASE_URL: sqlite:///db.sqlite3
|
DATABASE_URL: sqlite:///db.sqlite3
|
||||||
|
CACHE_URL: redis://127.0.0.1:6379/0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre-commit:
|
pre-commit:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user