Skip to content

Commit

Permalink
ci(django-tests): chech openapi schema generation as part of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jul 1, 2024
1 parent d0bffdb commit 1e815d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
run: poetry run ./manage.py migrate
- name: Test
run: poetry run ./manage.py test
- name: Schema generation test
run: poetry run ./manage.py spectacular --fail-on-warn

0 comments on commit 1e815d9

Please sign in to comment.