mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
cicd: generate openapi schema
This commit is contained in:
parent
940b124db7
commit
b37cae4952
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue