diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 382a3dcb..b81a4533 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -28,6 +28,9 @@ jobs: - name: Expose GitHub Runtime uses: crazy-max/ghaction-github-runtime@v3 + - name: Install kubectl + uses: azure/setup-kubectl@v3 + - name: Start Kind cluster shell: nix develop --impure --command bash -e {0} run: |