Skip to content

Commit

Permalink
remove e2e for another pr
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Feb 28, 2025
1 parent e4f1841 commit f5f4876
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,3 @@ jobs:
- run: npm run lint
- run: npm audit --audit-level=critical
- run: npm run build-with-tests && npm run test-transpiled
- name: Extract k8s version
id: extract_version
run: |
version=$(grep 'export KUBERNETES_BRANCH=' settings | cut -d '"' -f 2 | tr -d 'v')
echo "setting kubernetes version to $KUBERNETES_V_STRING"
echo "KUBERNETES_V_STRING=$version" >> "$GITHUB_ENV"
- name: Start Minikube
uses: medyagh/setup-minikube@latest
id: minikube
with:
kubernetes-version: ${{ env.KUBERNETES_V_STRING }}
driver: none

0 comments on commit f5f4876

Please sign in to comment.