Skip to content

Commit

Permalink
Test installer against multiple k8s version (#953)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Nov 4, 2019
1 parent a6808bf commit 1cd0274
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,6 +12,9 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
k8s: [v1.12.10, v1.14.6, v1.16.2]
steps:

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -41,11 +44,12 @@ jobs:
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
make push
- name: Create Kubernetes cluster
- name: Create Kubernetes ${{ matrix.k8s }} cluster
id: kind
uses: engineerd/setup-kind@v0.1.0
with:
config: hack/kubernetes/kind.yaml
image: kindest/node:${{ matrix.k8s }}

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

0 comments on commit 1cd0274

Please sign in to comment.