Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Oct 27, 2024
1 parent 5c306bc commit 1d10fc6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
env:
helm: v3.16.2
python-version: 3.x
kubectl: v1.16.0

jobs:
linter:
Expand Down Expand Up @@ -39,10 +40,6 @@ jobs:
strategy:
fail-fast: false
matrix:
versions:
- kubectl: v1.16.0
- kubectl: v1.29.3

test_cases:
- name: Default - no custom values

Expand Down Expand Up @@ -101,7 +98,7 @@ jobs:
uses: helm/kind-action@v1
if: steps.list-changed.outputs.changed == 'true'
with:
kubectl_version: ${{ matrix.versions.kubectl }}
kubectl_version: ${{ env.kubectl }}

- name: Copy test case file
if: matrix.test_cases.file != ''
Expand Down

0 comments on commit 1d10fc6

Please sign in to comment.