Skip to content

Commit

Permalink
Change the openapi json generation
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 4, 2023
1 parent 0d3477a commit 1f813d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: steps.changes.outputs.server == 'true'

- name: Generate openapi.json
run: mvn verify -DskipTests=true
run: cd server && mvn spring-boot:run & && sleep 10 && curl -q http://localhost:8080/ui/api-docs -o server/target/openapi.json && pkill -f java
if: steps.changes.outputs.server == 'true'

- name: Test api-specs with redoc-cli
Expand Down

0 comments on commit 1f813d0

Please sign in to comment.