Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/required-spec-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
id: go-sdk-validation
run: |
cp -rf "openapi-foas.yaml" "atlas-sdk-go/openapi/atlas-sdk.yaml"
# Point the SDK generation pipeline at the freshly built FOAS.
# Without this, generate.sh falls back to its default and
# validates the stale atlas-api.yaml committed in the SDK repo.
export OPENAPI_FILE_NAME="atlas-sdk.yaml"
pushd atlas-sdk-go
make -e openapi-pipeline
popd