Skip to content

Lint and Test Charts #46

Lint and Test Charts

Lint and Test Charts #46

Workflow file for this run

---
name: Lint and Test Charts
on: [push, workflow_dispatch]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Lint and Test Charts
uses: IMIO/gha/helm-test-notify@v6
with:
HELM_RELEASE: odoo
HELM_NAMESPACE: odoo
MATTERMOST_WEBHOOK_URL: ${{ secrets.COMMON_MATTERMOST_WEBHOOK_URL }}