railiance: initial bootstrap scaffold
Some checks failed
railiance-tests / smoke (push) Has been cancelled

This commit is contained in:
2025-09-12 01:46:14 +02:00
commit 6b9307289b
7 changed files with 88 additions and 0 deletions

11
.github/workflows/tests.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: railiance-tests
on: [push, pull_request]
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: K8s smoke (placeholder)
run: |
echo "Provide kubeconfig in CI or run locally:"
echo " KUBECONFIG=/etc/rancher/k3s/k3s.yaml ./tests/smoke_kube.sh"