Skip to content

Commit

Permalink
add extra test
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jun 14, 2022
1 parent 2a4ba54 commit fde3a7c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
[[ $(kind get clusters | wc -l) -eq 0 ]]
test-with-custom-k8s-version:
test-with-custom-kubectl-version:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -84,3 +84,19 @@ jobs:
run: |
kubectl cluster-info
kubectl get nodes
test-with-custom-node-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Create kind cluster with custom name
uses: ./
with:
node_image: "kindest/node:v1.24.0"

- name: Test
run: |
kubectl cluster-info
kubectl get nodes

0 comments on commit fde3a7c

Please sign in to comment.