Skip to content

Commit

Permalink
Remove --merge and --noinput flags in Django migration check (#3329)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Nov 8, 2023
1 parent 3e62256 commit ac42b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ jobs:
- name: validate_openapi
recipe: api/dj spectacular --format openapi-json --validate --file openapi.json
- name: check_migrations
recipe: api/dj makemigrations --check --noinput --merge
recipe: api/dj makemigrations --check
- name: test_doc
recipe: api/doc-test

Expand Down

0 comments on commit ac42b54

Please sign in to comment.