Skip to content

Commit

Permalink
replace Helm operation
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Dec 5, 2023
1 parent 51f85a5 commit 33a6d0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dry-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ jobs:
- name: Dry-run of apigateway
run: |
helm install apigw apigateway/helm --dry-run
helm template apigw apigateway/helm
- name: Dry-run of developerportal
run: |
helm install devportal developerportal/helm --dry-run
helm template devportal developerportal/helm
- name: Dry-run of microservicesruntime
run: |
helm install msr microservicesruntime/helm --dry-run
helm template msr microservicesruntime/helm
- name: Dry-run of mywebmethodsserver
run: |
helm install mws mywebmethodsserver/helm --dry-run
helm template mws mywebmethodsserver/helm
- name: Dry-run of universalmessaging
run: |
helm install um universalmessaging/helm --dry-run
helm template um universalmessaging/helm

0 comments on commit 33a6d0c

Please sign in to comment.