Aghrghghr
This commit is contained in:
parent
7ab823331a
commit
cb49affc89
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -25,10 +25,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Start Redis
|
- name: Start Redis
|
||||||
uses: superchargejs/redis-github-action@1.4.0
|
uses: superchargejs/redis-github-action@1.4.0
|
||||||
|
with:
|
||||||
|
redis-version: 5
|
||||||
|
redis-container-name: redis-later42
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
env:
|
env:
|
||||||
REDIS_URL: redis://redis:6379/0
|
REDIS_URL: redis://redis-later42:6379/0
|
||||||
run: |
|
run: |
|
||||||
python manage.py collectstatic --noinput
|
python manage.py collectstatic --noinput
|
||||||
python manage.py migrate --noinput
|
python manage.py migrate --noinput
|
||||||
|
Loading…
Reference in New Issue
Block a user