fix (#116)
This commit is contained in:
parent
5f6d890454
commit
fc19d5430f
1 changed files with 7 additions and 2 deletions
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'
|
||||||
|
|
Loading…
Reference in a new issue