mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Installing kubectl from actions from marketplace resolv v2
This commit is contained in:
parent
aadb904491
commit
9e3b0f7ad8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
|
@ -24,6 +24,12 @@ jobs:
|
|||
with:
|
||||
version: 'v1.29.0'
|
||||
id: install
|
||||
- name: check kubectl
|
||||
run: |
|
||||
echo "---------"
|
||||
echo "---------"
|
||||
kubectl get nodes
|
||||
kubectl get pods
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout code
|
||||
|
|
Loading…
Reference in a new issue