Skip to content

Commit

Permalink
add CI for testing OpenAPI examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 20, 2024
1 parent c7b30a4 commit 959b1bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-openapi-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
# paths:
# - 'core/openapi/ogcapi-records-1-example-ref-buildingblocks-bundle.yaml'
# - 'core/openapi/ogcapi-records-1-example-ref-schema-repo.yaml'

jobs:
test-build-openapi-bundle:
Expand All @@ -25,3 +26,4 @@ jobs:
run: |
cd core/openapi
swagger-cli validate ogcapi-records-1-example-ref-buildingblocks-bundle.yaml
swagger-cli validate ogcapi-records-1-example-ref-schema-repo.yaml

0 comments on commit 959b1bf

Please sign in to comment.