This commit is contained in:
Jaiveer Katariya 2024-10-23 15:24:24 -04:00 committed by GitHub
parent 5f6d890454
commit fc19d5430f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,13 +37,18 @@ jobs:
- name: Install requests library - name: Install requests library
run: pip install requests run: pip install requests
- name: Setup kubectl latest
uses: ./
with:
version: 'latest'
- name: Validate kubectl setup - name: Validate kubectl setup
run: python test/validate-kubectl.py latest run: python test/validate-kubectl.py latest
- name: Setup kubectl - name: Setup kubectl old version
uses: ./ uses: ./
with: with:
version: 'v1.15.1' version: 'v1.15.1'
- name: Validate kubectl setup - name: Validate kubectl setup old version
run: python test/validate-kubectl.py 'v1.15.1' run: python test/validate-kubectl.py 'v1.15.1'