parent
dbebd13685
commit
6c23b27385
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@ jobs:
|
|||
publish:
|
||||
name: Schemas
|
||||
runs-on: ["docker-x86_64"]
|
||||
env:
|
||||
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
@ -59,6 +57,8 @@ jobs:
|
|||
fileDir: $GITHUB_WORKSPACE
|
||||
|
||||
- name: test kubectl
|
||||
env:
|
||||
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
||||
run: |
|
||||
kubectl get nodes
|
||||
- name: Download and run crd-extractor
|
||||
|
|
Loading…
Reference in a new issue