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
Closes: #1024
  • Loading branch information
b1rger committed Aug 19, 2024
1 parent c1a76e0 commit e798b8c
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 e798b8c

Please sign in to comment.