We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f1841 commit f5f4876Copy full SHA for f5f4876
.github/workflows/test.yml
@@ -26,15 +26,3 @@ jobs:
26
- run: npm run lint
27
- run: npm audit --audit-level=critical
28
- 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