promiscuity/.gitea/workflows/k8s-smoke-test.yml
hz c3f740548d
Some checks failed
k8s smoke test / test (push) Failing after 9s
Fixing folder name
2025-11-23 00:45:24 -06:00

19 lines
318 B
YAML

name: k8s smoke test
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Test kubectl connectivity
run: |
kubectl --kubeconfig ${{ secrets.KUBECONFIG }} get nodes