Skip to content

Docs ollama patch

Docs ollama patch #88

Workflow file for this run

name: Test K8 Operator
on:
push:
branches: [main]
paths:
- k8s-operator/**
- '!k8s-operator/VERSION'
pull_request:
paths:
- k8s-operator/**
- '!k8s-operator/VERSION'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache-dependency-path: k8s-operator/go.sum
- name: Run tests
run: make test
working-directory: k8s-operator