Update Makefile #77
Workflow file for this run
This file contains hidden or 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: preprocessing-ci | |
| args: >- | |
| --registry-create preprocessing-ci-registry | |
| --no-lb | |
| --k3s-arg "--no-deploy=traefik,servicelb,metrics-server@server:*" | |
| - name: Install Tilt | |
| uses: yokawasa/action-setup-kube-tools@v0.9.3 | |
| with: | |
| setup-tools: | | |
| tilt | |
| tilt: v0.30.2 | |
| - name: Check tilt ci | |
| run: timeout 600 tilt ci |