Compare commits

..

No commits in common. "5330cedcfbb88ec3c1b5353392c907492d47f777" and "a74b550406f2046d5ddb2c77bffae456309f9d9d" have entirely different histories.

View file

@ -20,7 +20,7 @@ jobs:
DJANGO_SECRET_KEY: 1234567890 DJANGO_SECRET_KEY: 1234567890
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v6
- run: uv sync --all-extras --dev -U - run: uv sync --all-extras --dev -U
- run: uv run pytest - run: uv run pytest
- name: Check if makemigrations are needed - name: Check if makemigrations are needed