Skip to content

Update django-test.yml #22

Update django-test.yml

Update django-test.yml #22

Workflow file for this run

name: Django Test
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
- name: Install Poetry
run: |
python -m pip install --upgrade pip
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