diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main-branch.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main-branch.yml b/.github/workflows/main-branch.yml index 59d8724..4429e38 100644 --- a/.github/workflows/main-branch.yml +++ b/.github/workflows/main-branch.yml @@ -58,6 +58,7 @@ jobs: kubectl rollout status deployment/pico-web-server-deployment - name: Minikube use run: | + minikube service pico-web-server-service --url echo -ne 'demo@/' | socat STDIO TCP:$(minikube service pico-web-server-service --url | cut -d/ -f3-) @@ -69,6 +70,7 @@ jobs: kubectl rollout status deployment/pico-web-server-deployment - name: Minikube use run: | + minikube service pico-web-server-service --url echo -ne 'demo@/' | socat STDIO TCP:$(minikube service pico-web-server-service --url | cut -d/ -f3-) - name: Minikube stop |
