Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore(ci): make checking for missing migrations a step
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 12, 2024
1 parent 131857a commit 7768da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
docker-compose run --rm backend black --check .
docker-compose run --rm backend flake8
docker-compose run --rm backend python manage.py makemigrations --check --dry-run --no-input
- name: Check for missing migrations
run: docker-compose run --rm backend python manage.py makemigrations --check --dry-run --no-input
- name: Run pytest
run: docker-compose run --rm backend pytest --no-cov-on-fail --cov --create-db -vv

0 comments on commit 7768da1

Please sign in to comment.