Skip to content

Commit

Permalink
PTEUDO-1524: DB Controller ARC Runner Integartion tests update action…
Browse files Browse the repository at this point in the history
…s integration kubectl
  • Loading branch information
apulariravichandran committed Jan 7, 2025
1 parent ee01100 commit 75df4ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install kubectl
run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 75df4ab

Please sign in to comment.