Skip to content

Kind e2e test

Kind e2e test #1

Workflow file for this run

name: "Kind"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: engineerd/setup-kind@v0.5.0
- name: run e2e test
run: |
kubectl cluster-info
kubectl get pods -n kube-system
echo "current-context:" $(kubectl config current-context)
echo "environment-kubeconfig:" ${KUBECONFIG}
scripts/kind-e2e.sh