Skip to content

Commit

Permalink
fix (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiveerk authored Oct 23, 2024
1 parent 5f6d890 commit fc19d54
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ jobs:
- name: Install requests library
run: pip install requests

- name: Setup kubectl latest
uses: ./
with:
version: 'latest'

- name: Validate kubectl setup
run: python test/validate-kubectl.py latest

- name: Setup kubectl
- name: Setup kubectl old version
uses: ./
with:
version: 'v1.15.1'

- name: Validate kubectl setup
- name: Validate kubectl setup old version
run: python test/validate-kubectl.py 'v1.15.1'

0 comments on commit fc19d54

Please sign in to comment.