Adding CI for "make helm-chart"

This commit is contained in:
Mark Mercado
2022-03-31 20:23:31 -04:00
committed by Shane McDonald
parent 9380686395
commit 5b7baa106d

22
.github/workflows/helm-test.yaml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: helm-test
on:
pull_request:
branches: [devel]
push:
branches: [devel]
jobs:
test:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Test make helm-chart
run: |
make helm-chart