revert back

This commit is contained in:
Silver Ghost 2022-11-15 16:28:50 +03:00
parent cc05d5219d
commit 7ab823331a
No known key found for this signature in database

View File

@ -27,6 +27,8 @@ jobs:
uses: superchargejs/redis-github-action@1.4.0 uses: superchargejs/redis-github-action@1.4.0
- name: Run Tests - name: Run Tests
env:
REDIS_URL: redis://redis:6379/0
run: | run: |
python manage.py collectstatic --noinput python manage.py collectstatic --noinput
python manage.py migrate --noinput python manage.py migrate --noinput