Skip to content

Commit

Permalink
Go back to using engineerd/setup-kind
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed May 25, 2020
1 parent ae2d74f commit be18916
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -61,16 +61,19 @@ jobs:
needs: build
strategy:
matrix:
k8s: [v1.12.10, v1.14.10, v1.16.4, v1.18.2]
k8s: [v1.11.10, v1.12.10, v1.14.10, v1.16.9, v1.18.2]
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Create Kubernetes ${{ matrix.k8s }} cluster
id: kind
run: |
kind create cluster --image=kindest/node:${{ matrix.k8s }} --config=hack/kubernetes/kind.yaml
uses: engineerd/setup-kind@v0.3.0
with:
version: v0.7.0
config: hack/kubernetes/kind.yaml
image: kindest/node:${{ matrix.k8s }}

- name: Prepare cluster for testing
id: local-path
Expand Down

0 comments on commit be18916

Please sign in to comment.