Skip to content

Commit

Permalink
v9.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Vedrilla committed Nov 6, 2023
1 parent ccc991c commit fd0f67c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run pre-commit hooks
run: pre-commit run --all-files --hook-stage push


validate_migrations:
name: Validate migrations
runs-on: ubuntu-22.04
Expand All @@ -35,9 +35,12 @@ jobs:
- name: Install dependencies
run: python -m pip install -U pip-tools && pip-compile --extra dev,drf,graphql,sentry,view-layer, -o requirements.txt pyproject.toml --resolver=backtracking && pip-sync

- name: Test run # todo: remove me
run: python manage.py makemigrations

- name: Validate migration integrity
run: python manage.py makemigrations --check --dry-run


tests:
name: Python ${{ matrix.python-version }}, django ${{ matrix.django-version }}
Expand Down

0 comments on commit fd0f67c

Please sign in to comment.