debug
Some checks failed
Schemas / Schemas (push) Failing after 20s

This commit is contained in:
Joseph Hanson 2024-05-28 22:59:20 -05:00
parent 81914d23b0
commit a45be47302
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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 }}"