Fixing path parameters.
This commit is contained in:
parent
990921204a
commit
e0a2ab864e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
|
@ -38,10 +38,10 @@ jobs:
|
||||||
run: pip install requests
|
run: pip install requests
|
||||||
|
|
||||||
- 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
|
||||||
uses: ./setup-kubectl
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: 'v1.15.1'
|
version: 'v1.15.1'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue