Skip to content

helm doesnt support templating in the CRDs directory (#25) #34

helm doesnt support templating in the CRDs directory (#25)

helm doesnt support templating in the CRDs directory (#25) #34

Workflow file for this run

name: Test chart
on:
push:
branches:
- main
workflow_call:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name blobbot-helm
git config user.email blobbot-helm@github.com
- name: Test
run: make chart-test