Skip to content

fix: if postgis host is set explicitly, use it #191

fix: if postgis host is set explicitly, use it

fix: if postgis host is set explicitly, use it #191

Workflow file for this run

name: Lint and Test Charts
on:
pull_request:
paths:
- 'charts/**'
- '!charts/**/README.md'
- '!README.md'
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.13.3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
check-latest: true
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --chart-dirs . --all --validate-maintainers=false
- name: Create kind cluster
uses: helm/[email protected]
- name: Run chart-testing (install)
run: ct install --chart-dirs . --all