mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
Postman and openAPI specs (#174)
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -48,6 +48,12 @@ jobs:
|
||||
run: |
|
||||
go install
|
||||
|
||||
- name: install postman converter
|
||||
working-directory: services
|
||||
run: |
|
||||
sudo npm install -g openapi-to-postmanv2
|
||||
openapi2postmanv2 -h
|
||||
|
||||
- name: Generate openapi spec and publish the api
|
||||
working-directory: services
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user