Skip to content

Commit c799bc6

Browse files
committed
fix: test collection before releasing
1 parent 3e3cc71 commit c799bc6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/release-postman.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
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:

tools/postman/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,12 @@ The OpenAPI path for Postman generation and configured feature flags can also be
8585

8686
Once 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

9495
Postman collection is regenerated automatically by github action [`release-spec.yml`](../../.github/workflows/release-spec.yml).
96+

0 commit comments

Comments
 (0)