Skip to content

Commit fc19d54

Browse files
authored
fix (#116)
1 parent 5f6d890 commit fc19d54

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/integration-tests.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,18 @@ jobs:
3737
- name: Install requests library
3838
run: pip install requests
3939

40+
- name: Setup kubectl latest
41+
uses: ./
42+
with:
43+
version: 'latest'
44+
4045
- name: Validate kubectl setup
4146
run: python test/validate-kubectl.py latest
4247

43-
- name: Setup kubectl
48+
- name: Setup kubectl old version
4449
uses: ./
4550
with:
4651
version: 'v1.15.1'
4752

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

0 commit comments

Comments
 (0)