Skip to content

Commit

Permalink
don't check migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 13, 2023
1 parent 1b1945b commit ae05f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
working-directory: ./backend
run: if ! pipenv run black --check .; then exit 1; fi

- name: Check Migrations
working-directory: ./backend
run: pipenv run python manage.py makemigrations --check --dry-run
# - name: Check Migrations
# working-directory: ./backend
# run: pipenv run python manage.py makemigrations --check --dry-run

# TODO: assert code coverage target.
- name: Test Code Units
Expand Down

0 comments on commit ae05f02

Please sign in to comment.