Skip to content

feat: add Grok Build CLI as supported agent #260

feat: add Grok Build CLI as supported agent

feat: add Grok Build CLI as supported agent #260

Workflow file for this run

name: Chart Tests
on:
pull_request:
paths:
- "charts/**"
jobs:
helm-unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: azure/setup-helm@v4
with:
version: v3.18.5
- name: Install helm-unittest
run: helm plugin install https://github.com/helm-unittest/helm-unittest --version v1.0.3
- name: Run chart tests
run: helm unittest charts/openab