Skip to content

Commit

Permalink
ci: pin minikube version to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cakemanny committed May 4, 2024
1 parent ad012f8 commit 72f3f7c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-20.04,
ubuntu-latest,
]
os: [ubuntu-20.04, ubuntu-latest]
env:
#- TEST_KUBERNETES_BACKEND: minikube
- TEST_KUBERNETES_BACKEND: minikube
- TEST_KUBERNETES_BACKEND: kind
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -61,7 +58,7 @@ jobs:
env: ${{matrix.env}}
if: ${{ env.TEST_KUBERNETES_BACKEND == 'minikube' }}
run: |
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
curl -LO https://storage.googleapis.com/minikube/releases/v1.23.2/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
- name: Run integration tests
Expand Down

0 comments on commit 72f3f7c

Please sign in to comment.