Skip to content

chore(helm): migrate chart tests to helm-unittest #6

chore(helm): migrate chart tests to helm-unittest

chore(helm): migrate chart tests to helm-unittest #6

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.17.3
- name: Install helm-unittest
run: helm plugin install https://github.com/helm-unittest/helm-unittest
- name: Run chart tests
run: helm unittest charts/openab