Skip to content

chore: bump ctrlplane chart version to 1.0.2 and add workspace engine… #61

chore: bump ctrlplane chart version to 1.0.2 and add workspace engine…

chore: bump ctrlplane chart version to 1.0.2 and add workspace engine… #61

name: Helm Unit Tests
on:
push:
pull_request:
jobs:
helm-unittest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v4.2.0
with:
version: v4.1.0
- name: Install helm-unittest plugin
run: helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false
- name: Install wandb chart repository
run: helm repo add wandb https://charts.wandb.ai
- name: Run helm-unittest
run: ./charts/run-tests.sh