cicd: generate openapi schema

This commit is contained in:
Naramsim 2024-05-06 13:23:30 +02:00
parent 940b124db7
commit b37cae4952

View file

@ -20,6 +20,9 @@ jobs:
- run:
name: Run tests
command: make test
- run:
name: Generate OpenAPI schema
command: make openapi-generate
build:
docker:
- image: cimg/python:3.10.9