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

This commit is contained in:
Joseph Hanson 2024-05-29 06:59:33 -05:00
parent dbebd13685
commit 6c23b27385
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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