Add glossary to user manual docs #2487
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
name: Tilt CI | |
jobs: | |
tilt-ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Create k8s cluster | |
uses: AbsaOSS/k3d-action@v2.4.0 | |
with: | |
cluster-name: sdps-ci | |
args: >- | |
--registry-create sdps-ci-registry | |
--no-lb | |
--k3s-arg "--no-deploy=traefik,servicelb,metrics-server@server:*" | |
- name: Install Tilt | |
uses: yokawasa/action-setup-kube-tools@v0.11.1 | |
with: | |
setup-tools: | | |
tilt | |
tilt: v0.33.11 | |
- name: Check tilt ci | |
run: timeout 600 tilt ci |