File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3939 BASE_URL : ${{ inputs.atlas_prod_base_url }}
4040 working-directory : ./tools/postman
4141 run : |
42- make transform_collection
42+ make transform_collection
43+ make transform_collection_test
4344
4445 - name : Upload Collection to Postman
4546 env :
Original file line number Diff line number Diff line change @@ -85,10 +85,12 @@ The OpenAPI path for Postman generation and configured feature flags can also be
8585
8686Once env vars are configured, the setup scripts can be run locally using the Make following commands:
8787- ` make fetch_openapi `
88- - ` make convert_to_collection `
89- - ` make transform_collection `
90- - ` make upload_collection `
88+ - ` make convert_to_collection ` - covert OpenAPI to Postman collection
89+ - ` make transform_collection ` - transform Postman collection to fix common issues
90+ - ` make transform_collection_test ` - test collection.
91+ - ` make upload_collection ` - uploads collection to the Postman
9192
9293## Automatic updates
9394
9495Postman collection is regenerated automatically by github action [ ` release-spec.yml ` ] ( ../../.github/workflows/release-spec.yml ) .
96+
You can’t perform that action at this time.
0 commit comments