Loading .github/workflows/integration.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ jobs: uses: medyagh/setup-minikube@latest with: driver: none kubernetes-version: '1.23.0' kubernetes-version: '1.28.0' - name: Check pods run: kubectl get pods -A - uses: actions/checkout@v4 Loading Loading
.github/workflows/integration.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ jobs: uses: medyagh/setup-minikube@latest with: driver: none kubernetes-version: '1.23.0' kubernetes-version: '1.28.0' - name: Check pods run: kubectl get pods -A - uses: actions/checkout@v4 Loading