fix (#116)
This commit is contained in:
9
.github/workflows/integration-tests.yml
vendored
9
.github/workflows/integration-tests.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user