/gog/id/:_id expand endpoint for GoG Data #56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Provider Contract Validation | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| validate-tinynode-to-rerum: | |
| uses: cubap/rerum_openapi/.github/workflows/seam-runtime-validation.yml@main | |
| with: | |
| contract_repo_ref: main | |
| seam_manifest_path: seams/tinynode-to-rerum/manifest.yaml | |
| # Fixture-only validation for provider contract shape; runtime endpoint probes | |
| # remain disabled until rerum_openapi supports optional test_endpoint_contract. | |
| target_base_url: '' | |
| compare_paths: false | |
| compare_operations: false | |
| fixture_file: test/contract-fixtures/tinynode-to-rerum.yaml | |
| timeout_ms: 10000 |