diff options
author | 2022-07-12 07:39:10 +0400 | |
---|---|---|
committer | 2022-07-12 07:39:10 +0400 | |
commit | 98fa1598535b506b1a0189f248aa4dd926c3c7c2 (patch) | |
tree | 51f92ae1cbafa1c3228c627c9f42df66e94f4d0f /.github | |
parent | Remove IP From Compose Ports (diff) |
Run Migrations For Tests
Call the migration handler in manage.py when running tests, before
handing control back to django.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-test.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index f97cd758..a167ce32 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -97,7 +97,6 @@ jobs: - name: Migrations and run tests with coverage.py run: | python manage.py makemigrations --check - python manage.py migrate coverage run manage.py test --no-input coverage report -m env: |