Skip to content

Commit b0d1647

Browse files
authored
Update testing-action.yml
1 parent b2c4b10 commit b0d1647

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/testing-action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
17+
- name: Install kubectl
18+
run: |
19+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
20+
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
21+
kubectl version --client
1722
1823
- name: Configure Kubernetes cluster
1924
run: |

0 commit comments

Comments
 (0)