Skip to content

Commit

Permalink
Merge branch 'main' into fix/deploymentsize
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior committed Mar 26, 2024
2 parents 1a79e11 + 35b6c50 commit da5144e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
client_secret: ${{ secrets.GWA_ACCT_SECRET }}
file: .github/gwa/service-test.yaml

- name: Postman Smoke Test on Openshift
uses: matt-ball/newman-action@master
with:
collection: postman/FCA.postman_collection.json
envVar: '[{"key":"URL_FCA","value":"https://${{ github.event.repository.name }}-test-backend.${{ env.DOMAIN }}"}]'
reporters: '["cli"]'
folder: '["general"]'

- name: Postman Smoke Test on API Gateway
uses: matt-ball/newman-action@master
with:
Expand Down Expand Up @@ -148,14 +140,6 @@ jobs:
client_secret: ${{ secrets.GWA_ACCT_SECRET }}
file: .github/gwa/service-prod.yaml

- name: Postman Smoke Test on Openshift
uses: matt-ball/newman-action@master
with:
collection: postman/FCA.postman_collection.json
envVar: '[{"key":"URL_FCA","value":"https://${{ github.event.repository.name }}-prod-backend.${{ env.DOMAIN }}"}]'
reporters: '["cli"]'
folder: '["general"]'

- name: Postman Smoke Test on API Gateway
uses: matt-ball/newman-action@master
with:
Expand Down

0 comments on commit da5144e

Please sign in to comment.