Skip to content

Commit

Permalink
fix kubectl command
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAijaz committed Oct 25, 2024
1 parent 61d20f3 commit 06c7977
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-on-pr copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
run: |
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl"
sudo install ./kubectl /usr/local/bin/ && rm kubectl
kubectl version --short --client
kubectl version --short --client | grep -q ${KUBERNETES_VERSION}
kubectl version --client=true
- name: Install Kind
run: |
Expand Down

0 comments on commit 06c7977

Please sign in to comment.