railiance: initial bootstrap scaffold
Some checks failed
railiance-tests / smoke (push) Has been cancelled
Some checks failed
railiance-tests / smoke (push) Has been cancelled
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user