Skip to content

Commit

Permalink
Update django-test.yml
Browse files Browse the repository at this point in the history
add redis server
  • Loading branch information
LTDakin authored Sep 3, 2024
1 parent 9aec6a2 commit 831c195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
python -m pip install poetry
poetry env info
poetry install
- name: actions-setup-redis
uses: shogo82148/[email protected]
- name: Run Tests
run: |
poetry run python manage.py test

0 comments on commit 831c195

Please sign in to comment.