Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into uv-pyproject-vers…
Browse files Browse the repository at this point in the history
…ioning
  • Loading branch information
pederhan committed Nov 13, 2024
2 parents 5f22841 + 8c8b07c commit 62ca503
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
run: uv run tox -r
env:
MREG_DB_PASSWORD: postgres
# - name: Check migrations
# run: uv run manage.py makemigrations --check
- name: Check migrations
run: |
export MREG_DB_NAME=mreg MREG_DB_USER=mreg MREG_DB_PASSWORD=postgres
uv run manage.py makemigrations --check
# - name: Export OpenAPI schema
# run: uv run manage.py generateschema > openapi.yml
# - name: Upload OpenAPI schema
Expand Down

0 comments on commit 62ca503

Please sign in to comment.