Skip to content

Commit 4c8a985

Browse files
remove final sleep
Signed-off-by: Daniel Kiptoon <[email protected]>
1 parent a614b9b commit 4c8a985

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2etests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
- name: Start Meshery Server using mesheryctl
6464
run: |
6565
curl -L https://meshery.io/install | ADAPTERS=meshery-istio PLATFORM=kubernetes bash -
66-
# mesheryctl system config minikube
67-
sleep 60
66+
6867
- name: Run minikube tunnel
6968
run: |
7069
echo 'Running minikube tunnel'
@@ -110,7 +109,6 @@ jobs:
110109
done
111110
- name: Replace MeshSync
112111
run: |
113-
# sleep 60
114112
# # Set your deployment name, container name, new image version, and new image pull policy
115113
DEPLOYMENT_NAME="meshery-meshsync"
116114
CONTAINER_NAME="meshsync"

0 commit comments

Comments
 (0)