Skip to content

Commit f5f4876

Browse files
committed
remove e2e for another pr
1 parent e4f1841 commit f5f4876

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,3 @@ jobs:
2626
- run: npm run lint
2727
- run: npm audit --audit-level=critical
2828
- run: npm run build-with-tests && npm run test-transpiled
29-
- name: Extract k8s version
30-
id: extract_version
31-
run: |
32-
version=$(grep 'export KUBERNETES_BRANCH=' settings | cut -d '"' -f 2 | tr -d 'v')
33-
echo "setting kubernetes version to $KUBERNETES_V_STRING"
34-
echo "KUBERNETES_V_STRING=$version" >> "$GITHUB_ENV"
35-
- name: Start Minikube
36-
uses: medyagh/setup-minikube@latest
37-
id: minikube
38-
with:
39-
kubernetes-version: ${{ env.KUBERNETES_V_STRING }}
40-
driver: none

0 commit comments

Comments
 (0)