Skip to content

Commit

Permalink
minify api postman collection
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Jul 30, 2024
1 parent 8c0fcfb commit 7ce78a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sdk-postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
RAML_FILE: "../commercetools-api-reference/api-specs/api/postman.raml"
LIB_NAME: "api"

- name: Minify Api postman collection
working-directory: postman
run: |-
jq -r tostring api/collection.json > api/minified.json
mv api/minified.json api/collection.json
- name: "Generate importapi postman collection"
run: sudo chmod 777 /usr/local/bin && make build
working-directory: postman
Expand Down

0 comments on commit 7ce78a5

Please sign in to comment.