Fixing folder name
k8s smoke test / test (push) Failing after 9s

This commit is contained in:
2025-11-23 00:45:24 -06:00
parent 1d1bb1bf4f
commit c3f740548d
+18
View File
@@ -0,0 +1,18 @@
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