Skip to content

Commit

Permalink
smoke test on more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
foriequal0 committed Aug 2, 2024
1 parent ec0c433 commit 927ba88
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
kind_image:
- "v1.30.0"
Expand Down Expand Up @@ -74,13 +75,23 @@ jobs:

smoke-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
kind_image:
- "v1.30.0"
- "v1.29.4"
- "v1.28.9"
- "v1.27.13"
env:
KIND_IMAGE: kindest/node:${{matrix.kind_image}}
needs:
- build-image
steps:
- uses: actions/checkout@v4
- uses: helm/kind[email protected]
with:
cluster_name: kind
- name: Setup kind
run: |
kind create cluster --image="$KIND_IMAGE"
- uses: eifinger/setup-rye@v4
with:
version: '0.37.0'
Expand Down

0 comments on commit 927ba88

Please sign in to comment.