Skip to content

Commit

Permalink
Add just build step to GHA openapi generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 2, 2024
1 parent f9e1cbf commit 2815d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- uses: taiki-e/install-action@just
- uses: actions/checkout@v4
- run: just prefer docker
- run: just build
- name: Generate OpenAPI schema (correct)
run: just openapi 2> spectacular.log > schema.yaml || (cat spectacular.log; exit 1)
- name: Generate OpenAPI schema (split)
Expand Down

0 comments on commit 2815d30

Please sign in to comment.