Skip to content

Commit

Permalink
Check that OpenAPI generation works as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Apr 18, 2024
1 parent b4a9c80 commit 5d15f00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ steps:
notify:
- github_commit_status:
context: "Publish :gravatar"

# Run it after building step so the generated files are not bundled with the release
- label: "OpenAPI generation"
command: |
echo "--- ⚒️ Generating OpenAPI code"
./gradlew :gravatar:openApiGenerate

0 comments on commit 5d15f00

Please sign in to comment.