Skip to content

Commit 30148b5

Browse files
committed
Simplify Minikube service testing in workflow
Removed the redundant command to fetch the "nodejs-app" service URL in the deploy-minikube workflow. The "minikube service list" command already provides the necessary service information. This change streamlines the workflow step for better clarity and efficiency.
1 parent afd673c commit 30148b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-minikube.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
kubectl apply -f ./pipeline/k8s-node-app.yaml
2525
- name: Test service URLs
2626
run: |
27-
minikube service list
28-
minikube service nodejs-app --url
27+
minikube service list

0 commit comments

Comments
 (0)