parent
81914d23b0
commit
a45be47302
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ jobs:
|
|||
fileName: config.json
|
||||
fileDir: $GITHUB_WORKSPACE
|
||||
|
||||
- name: test kubectl
|
||||
env:
|
||||
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
||||
run: |
|
||||
kubectl get nodes
|
||||
- name: Download and run crd-extractor
|
||||
env:
|
||||
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
||||
|
|
Loading…
Reference in a new issue