Skip to content

Commit

Permalink
use alternative newman approach
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 30, 2023
1 parent 7c858dd commit 1c7186b
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,24 +153,16 @@ jobs:
kubectl describe pod
kubectl logs -l app=acs-alfresco-search-solr --tail=100
- uses: Wandalen/wretry.action@a163f62ae554a8f3cbe27b23db15b60c0ae2e93c
- uses: nick-fields/retry@v2
id: newman
with:
action: matt-ball/[email protected]
attempt_limit: 5
with: |
globalVar: >-
[
{
"key":"protocol",
"value":"http"
},
{
"key":"url",
"value":"localhost"
}
]
collection: test/postman/helm/acs-test-helm-collection.json
timeout_minutes: 1
max_attempts: 5
command: >-
docker run --network=host
-v ./test/postman:/etc/postman
-t postman/newman run /etc/postman/helm/acs-test-helm-collection.json
--global-var protocol=http --global-var url=localhost
- name: Spit cluster status after tests
if: always() && steps.newman.outcome != 'skipped'
Expand Down

0 comments on commit 1c7186b

Please sign in to comment.