Skip to content

add option to disable web #44

add option to disable web

add option to disable web #44

Workflow file for this run

name: CI
on:
push:
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: azure/setup-helm@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install helm unittest
run: helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.5.1
- name: Run unittest
run: helm unittest charts/wga