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 17, 2023
1 parent c70f288 commit 87dbd84
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: todo show migrations
run: python manage.py makemigrations && cat testapp/migrations/0002_alter_commoninfobasedmodel_created_by_and_more.py

- 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 87dbd84

Please sign in to comment.