railiance: initial bootstrap scaffold
This commit is contained in:
commit
6b9307289b
7 changed files with 88 additions and 0 deletions
11
.github/workflows/tests.yml
vendored
Normal file
11
.github/workflows/tests.yml
vendored
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue